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)
321
new HttpParseException(
_firstException
.Message,
_firstException
,
_firstException
.VirtualPath,
322
_firstException
.Source,
_firstException
.Line);
630
if (
_firstException
== null) {