10 writes to _CorrelationContext
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
1007
_headers.
_CorrelationContext
= value;
1012
_headers.
_CorrelationContext
= default;
4197
_headers.
_CorrelationContext
= value;
4216
_headers.
_CorrelationContext
= value;
5250
_headers.
_CorrelationContext
= value;
5281
_headers.
_CorrelationContext
= value;
6357
_headers.
_CorrelationContext
= default(StringValues);
6388
_headers.
_CorrelationContext
= default(StringValues);
6725
_headers.
_CorrelationContext
= default;
7827
values = ref _headers.
_CorrelationContext
;
5 references to _CorrelationContext
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
992
var value = _headers.
_CorrelationContext
;
3449
value = _headers.
_CorrelationContext
;
3477
value = _headers.
_CorrelationContext
;
7208
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.CorrelationContext, _headers.
_CorrelationContext
);
8504
_current = new KeyValuePair<string, StringValues>(HeaderNames.CorrelationContext, _collection._headers.
_CorrelationContext
);