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