5 writes to _headersType
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3HeadersEnumerator.cs (5)
37_headersType = HeadersType.Headers; 45_headersType = HeadersType.Trailers; 54_headersType = HeadersType.Headers; 58_headersType = HeadersType.Trailers; 62_headersType = HeadersType.Untyped;
4 references to _headersType
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3HeadersEnumerator.cs (4)
77if (_headersType == HeadersType.Headers) 83else if (_headersType == HeadersType.Trailers) 126if (_headersType == HeadersType.Headers) 130else if (_headersType == HeadersType.Trailers)