2 writes to _customLoaderStartupError
System.Web (2)
Hosting\ProcessHost.cs (2)
1178
_customLoaderStartupError
= default(KeyValuePair<string, ExceptionDispatchInfo>);
1187
_customLoaderStartupError
= new KeyValuePair<string, ExceptionDispatchInfo>(appId, error);
1 reference to _customLoaderStartupError
System.Web (1)
Hosting\ProcessHost.cs (1)
1176
var copiedError =
_customLoaderStartupError
;