1 reference to _collection
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
300
public KeyValuePair<string, string>[] Items =>
_collection
.Select(pair => new KeyValuePair<string, string>(pair.Key, pair.Value.ToString())).ToArray();