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; 15059values = ref _headers._Location;
5 references to _Location
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9546var value = _headers._Location; 11145value = _headers._Location; 11155value = _headers._Location; 14679array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.Location, _headers._Location); 15404_current = new KeyValuePair<string, StringValues>(HeaderNames.Location, _collection._headers._Location);