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