10 writes to _WWWAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9911
_headers.
_WWWAuthenticate
= value;
9916
_headers.
_WWWAuthenticate
= default;
12089
_headers.
_WWWAuthenticate
= value;
12120
_headers.
_WWWAuthenticate
= value;
12896
_headers.
_WWWAuthenticate
= value;
12947
_headers.
_WWWAuthenticate
= value;
13788
_headers.
_WWWAuthenticate
= default(StringValues);
13839
_headers.
_WWWAuthenticate
= default(StringValues);
14431
_headers.
_WWWAuthenticate
= default;
15155
values = ref _headers.
_WWWAuthenticate
;
5 references to _WWWAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9895
var value = _headers.
_WWWAuthenticate
;
11445
value = _headers.
_WWWAuthenticate
;
11491
value = _headers.
_WWWAuthenticate
;
14787
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.WWWAuthenticate, _headers.
_WWWAuthenticate
);
15476
_current = new KeyValuePair<string, StringValues>(HeaderNames.WWWAuthenticate, _collection._headers.
_WWWAuthenticate
);