3 references to WarningLevel
System.Web (3)
Compilation\CompilationUtil.cs (1)
171
recompilationHash.AddObject(compiler.
WarningLevel
);
Configuration\Compiler.cs (2)
121
compilParams.WarningLevel =
WarningLevel
;
124
compilParams.TreatWarningsAsErrors = (
WarningLevel
> 0);