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)
1176var copiedError = _customLoaderStartupError;