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)
74internal readonly KnownHeaderType CurrentKnownType => _currentKnownType;