Implemented interface members:
2 writes to
Microsoft.Build.Framework (2)
ImmutableSegmentedDictionary`2.cs (1)
238dictionary[key] = value;
SegmentedDictionary`2.cs (1)
1045this[tempKey] = (TValue)value!;
2 references to
Microsoft.Build.Framework (2)
ImmutableSegmentedDictionary`2.cs (1)
118public TValue this[TKey key] => _dictionary[key];
ImmutableSegmentedDictionary`2+Builder.cs (1)
86get => ReadOnlyDictionary[key];