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)
183Debug.Assert(_topLevelFileCompilationException != null); 186ReportErrorsFromException(_topLevelFileCompilationException); 189throw new HttpException(_topLevelFileCompilationException.Message, 190_topLevelFileCompilationException); 1163if (_topLevelFileCompilationException != null && !SkipTopLevelCompilationExceptions) { 1180if (_topLevelFileCompilationException != null && !SkipTopLevelCompilationExceptions) { 3185if (_theBuildManager._topLevelFileCompilationException != null) {