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