1 write to s_assemblyLocations
System.Web (1)
Compilation\AssemblyResolver.cs (1)
183
s_assemblyLocations
= new Dictionary<Assembly, string>();
2 references to s_assemblyLocations
System.Web (2)
Compilation\AssemblyResolver.cs (2)
182
if (
s_assemblyLocations
== null) {
185
return
s_assemblyLocations
;