Home
last modified time | relevance | path

Searched refs:assemblyFromAssemblyPath (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeManager.cs96 assemblyFromAssemblyPath = null; in ScanFile()
112 assemblyFromAssemblyPath = null; in Scan()
361 assemblyFromAssemblyPath = new Dictionary<string, AssemblyDescription>(); in BuildAssemblyCache()
364 assemblyFromAssemblyPath.Add(assembly.Path, assembly); in BuildAssemblyCache()
366 …Level.Noisy, "Assembly cache with {0} distinct assemblies built.", assemblyFromAssemblyPath.Count); in BuildAssemblyCache()
674 if(assemblyFromAssemblyPath.ContainsKey(path)) in GetAssemblyDescription()
676 return assemblyFromAssemblyPath[path]; in GetAssemblyDescription()
679 assemblyFromAssemblyPath.Add(path, description); in GetAssemblyDescription()
722 private Dictionary<string, AssemblyDescription> assemblyFromAssemblyPath; field in Antmicro.Renode.Utilities.TypeManager