10 writes to _ProxyConnection
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9649
_headers.
_ProxyConnection
= value;
9654
_headers.
_ProxyConnection
= default;
12083
_headers.
_ProxyConnection
= value;
12114
_headers.
_ProxyConnection
= value;
12886
_headers.
_ProxyConnection
= value;
12937
_headers.
_ProxyConnection
= value;
13778
_headers.
_ProxyConnection
= default(StringValues);
13829
_headers.
_ProxyConnection
= default(StringValues);
14341
_headers.
_ProxyConnection
= default;
15080
values = ref _headers.
_ProxyConnection
;
5 references to _ProxyConnection
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9633
var value = _headers.
_ProxyConnection
;
11436
value = _headers.
_ProxyConnection
;
11482
value = _headers.
_ProxyConnection
;
14706
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyConnection, _headers.
_ProxyConnection
);
15422
_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyConnection, _collection._headers.
_ProxyConnection
);