10 writes to _Location
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9562
_headers.
_Location
= value;
9567
_headers.
_Location
= default;
11879
_headers.
_Location
= value;
11886
_headers.
_Location
= value;
12566
_headers.
_Location
= value;
12577
_headers.
_Location
= value;
13458
_headers.
_Location
= default(StringValues);
13469
_headers.
_Location
= default(StringValues);
14311
_headers.
_Location
= default;
15059
values = ref _headers.
_Location
;
5 references to _Location
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9546
var value = _headers.
_Location
;
11145
value = _headers.
_Location
;
11155
value = _headers.
_Location
;
14679
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.Location, _headers.
_Location
);
15404
_current = new KeyValuePair<string, StringValues>(HeaderNames.Location, _collection._headers.
_Location
);