2 writes to s_needToCheckFullProfile
System.Web (2)
Compilation\AssemblyResolver.cs (2)
168
s_needToCheckFullProfile
= false;
173
s_needToCheckFullProfile
= true;
2 references to s_needToCheckFullProfile
System.Web (2)
Compilation\AssemblyResolver.cs (2)
160
if (
s_needToCheckFullProfile
== null) {
176
return
s_needToCheckFullProfile
.Value;