Implemented interface members:
1 write to
Microsoft.Build (1)
SegmentedDictionary`2.cs (1)
1081
this
[
tempKey] = (TValue)value!;
2 references to
Microsoft.Build (2)
ImmutableSegmentedDictionary`2.cs (1)
120
public TValue this[TKey key] => _dictionary
[
key];
ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
86
readonly get => ReadOnlyDictionary
[
key];