2 writes to _resetErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (2)
203
_resetErrorCode
= null;
452
_resetErrorCode
= error;
1 reference to _resetErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
641
if (
_resetErrorCode
is { } error)