1 instantiation of HeaderSegmentCollection
Microsoft.AspNetCore.Http.Abstractions (1)
Internal\ParsingHelpers.cs (1)
23foreach (var segment in new HeaderSegmentCollection(values))
7 references to HeaderSegmentCollection
Microsoft.AspNetCore.Http.Abstractions (7)
Internal\HeaderSegmentCollection.cs (7)
9internal readonly struct HeaderSegmentCollection : IEnumerable<HeaderSegment>, IEquatable<HeaderSegmentCollection> 18public bool Equals(HeaderSegmentCollection other) 30return obj is HeaderSegmentCollection collection && Equals(collection); 38public static bool operator ==(HeaderSegmentCollection left, HeaderSegmentCollection right) 43public static bool operator !=(HeaderSegmentCollection left, HeaderSegmentCollection right)