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