1 write to _initializeException
System.Web (1)
Compilation\BuildManager.cs (1)
162_initializeException = e;
3 references to _initializeException
System.Web (3)
Compilation\BuildManager.cs (3)
139if (_initializeException != null) { 141throw new HttpException(_initializeException.Message, _initializeException);