3 references to _fileToPaths
System.Reflection.MetadataLoadContext (3)
System\Reflection\PathAssemblyResolver.cs (3)
47
if (!
_fileToPaths
.TryGetValue(file, out paths))
49
_fileToPaths
.Add(file, paths = new List<string>());
60
if (
_fileToPaths
.TryGetValue(assemblyName.Name, out List<string>? paths))