2 writes to s_warnAsError
System.Web (2)
Compilation\AssemblyResolver.cs (2)
519
s_warnAsError
= false;
527
s_warnAsError
= true;
3 references to s_warnAsError
System.Web (3)
Compilation\AssemblyResolver.cs (3)
512
if (
s_warnAsError
== null) {
516
if (
s_warnAsError
== null) {
535
return
s_warnAsError
.Value;