10 writes to SkipTopLevelCompilationExceptions
System.Web (10)
Compilation\BuildManager.cs (4)
2542
SkipTopLevelCompilationExceptions
= false;
2548
SkipTopLevelCompilationExceptions
= skipTopLevelExceptions;
3099
SkipTopLevelCompilationExceptions
= false;
3111
SkipTopLevelCompilationExceptions
= skipTopLevelExceptions;
Compilation\BuildManagerHost.cs (6)
218
BuildManager.
SkipTopLevelCompilationExceptions
= true;
228
BuildManager.
SkipTopLevelCompilationExceptions
= false;
240
BuildManager.
SkipTopLevelCompilationExceptions
= true;
253
BuildManager.
SkipTopLevelCompilationExceptions
= false;
402
BuildManager.
SkipTopLevelCompilationExceptions
= true;
473
BuildManager.
SkipTopLevelCompilationExceptions
= false;
5 references to SkipTopLevelCompilationExceptions
System.Web (5)
Compilation\BuildManager.cs (5)
1163
if (_topLevelFileCompilationException != null && !
SkipTopLevelCompilationExceptions
) {
1180
if (_topLevelFileCompilationException != null && !
SkipTopLevelCompilationExceptions
) {
1217
if (!
SkipTopLevelCompilationExceptions
) {
2533
bool skipTopLevelExceptions =
SkipTopLevelCompilationExceptions
;
3094
bool skipTopLevelExceptions =
SkipTopLevelCompilationExceptions
;