10 writes to _LastModified
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9533
_headers.
_LastModified
= value;
9538
_headers.
_LastModified
= default;
12009
_headers.
_LastModified
= value;
12040
_headers.
_LastModified
= value;
12768
_headers.
_LastModified
= value;
12819
_headers.
_LastModified
= value;
13660
_headers.
_LastModified
= default(StringValues);
13711
_headers.
_LastModified
= default(StringValues);
14301
_headers.
_LastModified
= default;
15052
values = ref _headers.
_LastModified
;
5 references to _LastModified
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9517
var value = _headers.
_LastModified
;
11327
value = _headers.
_LastModified
;
11373
value = _headers.
_LastModified
;
14670
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.LastModified, _headers.
_LastModified
);
15398
_current = new KeyValuePair<string, StringValues>(HeaderNames.LastModified, _collection._headers.
_LastModified
);