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; 15003values = ref _headers._ContentLocation;
5 references to _ContentLocation
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9314var value = _headers._ContentLocation; 11427value = _headers._ContentLocation; 11473value = _headers._ContentLocation; 14607array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, _headers._ContentLocation); 15356_current = new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, _collection._headers._ContentLocation);