1 instantiation of LongestStringFirstComparer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
221public static LongestStringFirstComparer Instance { get; } = new LongestStringFirstComparer();
2 references to LongestStringFirstComparer
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (2)
29private readonly SortedList<string, SniOptions> _wildcardPrefixOptions = new SortedList<string, SniOptions>(LongestStringFirstComparer.Instance); 221public static LongestStringFirstComparer Instance { get; } = new LongestStringFirstComparer();