6 writes to _currentKnownType
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpHeaders.Generated.cs (5)
17591
_currentKnownType
= KnownHeaderType.ETag;
17597
_currentKnownType
= KnownHeaderType.GrpcMessage;
17603
_currentKnownType
= KnownHeaderType.GrpcStatus;
17611
_currentKnownType
= default;
17615
_currentKnownType
= KnownHeaderType.Unknown;
Internal\Http\HttpResponseTrailers.cs (1)
65
_currentKnownType
= default;
1 reference to _currentKnownType
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponseTrailers.cs (1)
74
internal readonly KnownHeaderType CurrentKnownType =>
_currentKnownType
;