10 writes to _GrpcEncoding
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
1147
_headers.
_GrpcEncoding
= value;
1152
_headers.
_GrpcEncoding
= default;
4071
_headers.
_GrpcEncoding
= value;
4096
_headers.
_GrpcEncoding
= value;
5052
_headers.
_GrpcEncoding
= value;
5093
_headers.
_GrpcEncoding
= value;
6159
_headers.
_GrpcEncoding
= default(StringValues);
6200
_headers.
_GrpcEncoding
= default(StringValues);
6775
_headers.
_GrpcEncoding
= default;
7762
values = ref _headers.
_GrpcEncoding
;
5 references to _GrpcEncoding
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
1132
var value = _headers.
_GrpcEncoding
;
3267
value = _headers.
_GrpcEncoding
;
3304
value = _headers.
_GrpcEncoding
;
7253
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.GrpcEncoding, _headers.
_GrpcEncoding
);
8529
_current = new KeyValuePair<string, StringValues>(HeaderNames.GrpcEncoding, _collection._headers.
_GrpcEncoding
);