1 instantiation of DictionaryEntryKeyComparer
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
92
public static DictionaryEntryKeyComparer Instance { get; } =
new
();
2 references to DictionaryEntryKeyComparer
Microsoft.Build (2)
Logging\BaseConsoleLogger.cs (2)
92
public static
DictionaryEntryKeyComparer
Instance { get; } = new();
502
list.Sort(
DictionaryEntryKeyComparer
.Instance);