12 writes to _Authorization
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http\HttpHeaders.Generated.cs (12)
867
_headers.
_Authorization
= value;
872
_headers.
_Authorization
= default;
4059
_headers.
_Authorization
= value;
4084
_headers.
_Authorization
= value;
5032
_headers.
_Authorization
= value;
5073
_headers.
_Authorization
= value;
6139
_headers.
_Authorization
= default(StringValues);
6180
_headers.
_Authorization
= default(StringValues);
6675
_headers.
_Authorization
= default;
7750
values = ref _headers.
_Authorization
;
7981
values = ref _headers.
_Authorization
;
8271
values = ref _headers.
_Authorization
;
5 references to _Authorization
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
852
var value = _headers.
_Authorization
;
3249
value = _headers.
_Authorization
;
3286
value = _headers.
_Authorization
;
7163
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.Authorization, _headers.
_Authorization
);
8479
_current = new KeyValuePair<string, StringValues>(HeaderNames.Authorization, _collection._headers.
_Authorization
);