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;