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