10 writes to _GrpcEncoding
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9475
_headers.
_GrpcEncoding
= value;
9480
_headers.
_GrpcEncoding
= default;
12003
_headers.
_GrpcEncoding
= value;
12034
_headers.
_GrpcEncoding
= value;
12758
_headers.
_GrpcEncoding
= value;
12809
_headers.
_GrpcEncoding
= value;
13650
_headers.
_GrpcEncoding
= default(StringValues);
13701
_headers.
_GrpcEncoding
= default(StringValues);
14281
_headers.
_GrpcEncoding
= default;
15038
values = ref _headers.
_GrpcEncoding
;
5 references to _GrpcEncoding
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9459
var value = _headers.
_GrpcEncoding
;
11318
value = _headers.
_GrpcEncoding
;
11364
value = _headers.
_GrpcEncoding
;
14652
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.GrpcEncoding, _headers.
_GrpcEncoding
);
15386
_current = new KeyValuePair<string, StringValues>(HeaderNames.GrpcEncoding, _collection._headers.
_GrpcEncoding
);