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