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