3 writes to ThrowOnFirstParseError
System.Web (3)
Compilation\BuildManagerHost.cs (1)
528buildProvider.ThrowOnFirstParseError = false;
Compilation\BuildProvidersCompiler.cs (2)
111provider.ThrowOnFirstParseError = false; 610provider.ThrowOnFirstParseError = false;
1 reference to ThrowOnFirstParseError
System.Web (1)
Compilation\BaseTemplateBuildProvider.cs (1)
81if (!ThrowOnFirstParseError)