5 writes to _headersType
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs (5)
50
_headersType
= HeadersType.Headers;
58
_headersType
= HeadersType.Trailers;
68
_headersType
= HeadersType.Headers;
72
_headersType
= HeadersType.Trailers;
76
_headersType
= HeadersType.Untyped;
4 references to _headersType
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs (4)
92
if (
_headersType
== HeadersType.Headers)
98
else if (
_headersType
== HeadersType.Trailers)
165
if (
_headersType
== HeadersType.Headers)
169
else if (
_headersType
== HeadersType.Trailers)