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