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