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