1 write to _firstException
System.Web (1)
Compilation\BuildProvidersCompiler.cs (1)
631_firstException = ex;
6 references to _firstException
System.Web (6)
Compilation\BuildProvidersCompiler.cs (6)
321new HttpParseException(_firstException.Message, _firstException, _firstException.VirtualPath, 322_firstException.Source, _firstException.Line); 630if (_firstException == null) {