1 write to _error
Microsoft.AspNetCore.Server.IIS (1)
Core\HttpRequestStream.cs (1)
110
_error
= error;
2 references to _error
Microsoft.AspNetCore.Server.IIS (2)
Core\HttpRequestStream.cs (2)
127
if (
_error
!= null)
129
ExceptionDispatchInfo.Capture(
_error
).Throw();