42 writes to _currentKnownType
Microsoft.AspNetCore.Server.Kestrel.Core (42)
Internal\Http\HttpHeaders.Generated.cs (41)
15255_currentKnownType = KnownHeaderType.Connection; 15261_currentKnownType = KnownHeaderType.ContentType; 15267_currentKnownType = KnownHeaderType.Date; 15273_currentKnownType = KnownHeaderType.Server; 15279_currentKnownType = KnownHeaderType.AcceptRanges; 15285_currentKnownType = KnownHeaderType.AccessControlAllowCredentials; 15291_currentKnownType = KnownHeaderType.AccessControlAllowHeaders; 15297_currentKnownType = KnownHeaderType.AccessControlAllowMethods; 15303_currentKnownType = KnownHeaderType.AccessControlAllowOrigin; 15309_currentKnownType = KnownHeaderType.AccessControlExposeHeaders; 15315_currentKnownType = KnownHeaderType.AccessControlMaxAge; 15321_currentKnownType = KnownHeaderType.Age; 15327_currentKnownType = KnownHeaderType.Allow; 15333_currentKnownType = KnownHeaderType.AltSvc; 15339_currentKnownType = KnownHeaderType.CacheControl; 15345_currentKnownType = KnownHeaderType.ContentEncoding; 15351_currentKnownType = KnownHeaderType.ContentLanguage; 15357_currentKnownType = KnownHeaderType.ContentLocation; 15363_currentKnownType = KnownHeaderType.ContentMD5; 15369_currentKnownType = KnownHeaderType.ContentRange; 15375_currentKnownType = KnownHeaderType.ETag; 15381_currentKnownType = KnownHeaderType.Expires; 15387_currentKnownType = KnownHeaderType.GrpcEncoding; 15393_currentKnownType = KnownHeaderType.KeepAlive; 15399_currentKnownType = KnownHeaderType.LastModified; 15405_currentKnownType = KnownHeaderType.Location; 15411_currentKnownType = KnownHeaderType.Pragma; 15417_currentKnownType = KnownHeaderType.ProxyAuthenticate; 15423_currentKnownType = KnownHeaderType.ProxyConnection; 15429_currentKnownType = KnownHeaderType.RetryAfter; 15435_currentKnownType = KnownHeaderType.SetCookie; 15441_currentKnownType = KnownHeaderType.Trailer; 15447_currentKnownType = KnownHeaderType.TransferEncoding; 15453_currentKnownType = KnownHeaderType.Upgrade; 15459_currentKnownType = KnownHeaderType.Vary; 15465_currentKnownType = KnownHeaderType.Via; 15471_currentKnownType = KnownHeaderType.Warning; 15477_currentKnownType = KnownHeaderType.WWWAuthenticate; 15483_currentKnownType = KnownHeaderType.ContentLength; 15490_currentKnownType = default; 15494_currentKnownType = KnownHeaderType.Unknown;
Internal\Http\HttpResponseHeaders.cs (1)
156_currentKnownType = default;
1 reference to _currentKnownType
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponseHeaders.cs (1)
165internal readonly KnownHeaderType CurrentKnownType => _currentKnownType;