1 instantiation of KeyCollection
Microsoft.Build (1)
SegmentedDictionary`2.cs (1)
232public KeyCollection Keys => _keys ??= new KeyCollection(this);
2 references to KeyCollection
Microsoft.Build (2)
SegmentedDictionary`2.cs (2)
64private KeyCollection? _keys; 232public KeyCollection Keys => _keys ??= new KeyCollection(this);