5 references to _pathsToAssemblies
Microsoft.Build (5)
CoreCLRAssemblyLoader.cs (5)
79if (_pathsToAssemblies.TryGetValue(fullPath, out assembly)) 93if (_pathsToAssemblies.TryGetValue(fullPath, out assembly)) 104_pathsToAssemblies[fullPath] = assembly; 190_pathsToAssemblies[fullPath] = assembly; 198return _pathsToAssemblies.ContainsKey(path);