11 writes to _IfMatch
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http\HttpHeaders.Generated.cs (11)
1203
_headers.
_IfMatch
= value;
1208
_headers.
_IfMatch
= default;
3860
_headers.
_IfMatch
= value;
3879
_headers.
_IfMatch
= value;
4717
_headers.
_IfMatch
= value;
4748
_headers.
_IfMatch
= value;
5824
_headers.
_IfMatch
= default(StringValues);
5855
_headers.
_IfMatch
= default(StringValues);
6795
_headers.
_IfMatch
= default;
7656
values = ref _headers.
_IfMatch
;
8033
values = ref _headers.
_IfMatch
;
5 references to _IfMatch
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
1188
var value = _headers.
_IfMatch
;
2963
value = _headers.
_IfMatch
;
2991
value = _headers.
_IfMatch
;
7271
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.IfMatch, _headers.
_IfMatch
);
8539
_current = new KeyValuePair<string, StringValues>(HeaderNames.IfMatch, _collection._headers.
_IfMatch
);