4 writes to ThrowOnFirstParseError
System.Web (4)
Compilation\BuildManager.cs (4)
2539ThrowOnFirstParseError = false; 2549ThrowOnFirstParseError = true; 3102ThrowOnFirstParseError = false; 3113ThrowOnFirstParseError = throwOnFirstParseError;
3 references to ThrowOnFirstParseError
System.Web (3)
Compilation\BuildManager.cs (1)
3095bool throwOnFirstParseError = ThrowOnFirstParseError;
Compilation\BuildProvidersCompiler.cs (2)
108if (!BuildManager.ThrowOnFirstParseError) { 607if (!BuildManager.ThrowOnFirstParseError) {