2 writes to _skipTopLevelCompilationExceptions
System.Web (2)
Compilation\BuildManager.cs (2)
269
set { _theBuildManager.
_skipTopLevelCompilationExceptions
= value; }
405
_skipTopLevelCompilationExceptions
= BuildManagerHost.InClientBuildManager;
1 reference to _skipTopLevelCompilationExceptions
System.Web (1)
Compilation\BuildManager.cs (1)
268
get { return _theBuildManager.
_skipTopLevelCompilationExceptions
; }