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