1 write to _collection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponseTrailers.cs (1)
61
_collection
= collection;
4 references to _collection
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpHeaders.Generated.cs (3)
17590
_current = new KeyValuePair<string, StringValues>(HeaderNames.ETag,
_collection
._headers._ETag);
17596
_current = new KeyValuePair<string, StringValues>(HeaderNames.GrpcMessage,
_collection
._headers._GrpcMessage);
17602
_current = new KeyValuePair<string, StringValues>(HeaderNames.GrpcStatus,
_collection
._headers._GrpcStatus);
Internal\Http\HttpResponseTrailers.cs (1)
84
_currentBits =
_collection
._bits;