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