2 writes to _error
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionContext.cs (1)
134_error = ex.ApplicationErrorCode; // Trust Quic to provide us a valid error code
Internal\QuicConnectionContext.FeatureCollection.cs (1)
22_error = value;
2 references to _error
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionContext.cs (1)
85var resolvedErrorCode = _error ?? 0; // Only valid error codes are assigned to _error
Internal\QuicConnectionContext.FeatureCollection.cs (1)
18get => _error ?? -1;