2 writes to _error
System.Web (2)
LegacyAspNetSynchronizationContext.cs (2)
65
_error
= ExceptionDispatchInfo.Capture(e);
90
_error
= null;
1 reference to _error
System.Web (1)
LegacyAspNetSynchronizationContext.cs (1)
86
get { return
_error
; }