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