10 writes to _ContentLocation
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9330
_headers.
_ContentLocation
= value;
9335
_headers.
_ContentLocation
= default;
12077
_headers.
_ContentLocation
= value;
12108
_headers.
_ContentLocation
= value;
12876
_headers.
_ContentLocation
= value;
12927
_headers.
_ContentLocation
= value;
13768
_headers.
_ContentLocation
= default(StringValues);
13819
_headers.
_ContentLocation
= default(StringValues);
14231
_headers.
_ContentLocation
= default;
15003
values = ref _headers.
_ContentLocation
;
5 references to _ContentLocation
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9314
var value = _headers.
_ContentLocation
;
11427
value = _headers.
_ContentLocation
;
11473
value = _headers.
_ContentLocation
;
14607
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, _headers.
_ContentLocation
);
15356
_current = new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, _collection._headers.
_ContentLocation
);