10 writes to _Protocol
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
523
_headers.
_Protocol
= value;
528
_headers.
_Protocol
= default;
3895
_headers.
_Protocol
= value;
3908
_headers.
_Protocol
= value;
4772
_headers.
_Protocol
= value;
4793
_headers.
_Protocol
= value;
5879
_headers.
_Protocol
= default(StringValues);
5900
_headers.
_Protocol
= default(StringValues);
6595
_headers.
_Protocol
= default;
7670
values = ref _headers.
_Protocol
;
5 references to _Protocol
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
514
return _headers.
_Protocol
;
3013
value = _headers.
_Protocol
;
3032
value = _headers.
_Protocol
;
7091
array[arrayIndex] = new KeyValuePair<string, StringValues>(InternalHeaderNames.Protocol, _headers.
_Protocol
);
8439
_current = new KeyValuePair<string, StringValues>(InternalHeaderNames.Protocol, _collection._headers.
_Protocol
);