3 references to s_loadfile
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (3)
284
lock (
s_loadfile
)
286
if (
s_loadfile
.TryGetValue(normalizedPath, out result))
297
s_loadfile
.Add(normalizedPath, result);