1 write to _topLevelFileCompilationException
System.Web (1)
Compilation\BuildManager.cs (1)
1214
_topLevelFileCompilationException
= e;
7 references to _topLevelFileCompilationException
System.Web (7)
Compilation\BuildManager.cs (7)
183
Debug.Assert(
_topLevelFileCompilationException
!= null);
186
ReportErrorsFromException(
_topLevelFileCompilationException
);
189
throw new HttpException(
_topLevelFileCompilationException
.Message,
190
_topLevelFileCompilationException
);
1163
if (
_topLevelFileCompilationException
!= null && !SkipTopLevelCompilationExceptions) {
1180
if (
_topLevelFileCompilationException
!= null && !SkipTopLevelCompilationExceptions) {
3185
if (_theBuildManager.
_topLevelFileCompilationException
!= null) {