Implemented interface members:
1 write to
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1079this[tempKey] = (TValue)value!;
4 references to
Microsoft.CodeAnalysis (4)
PEWriter\FullMetadataWriter.cs (2)
231return MetadataTokens.ParameterHandle(_parameterListIndex[methodDef]); 447get { return _index[item]; }
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118public TValue this[TKey key] => _dictionary[key];
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
84readonly get => ReadOnlyDictionary[key];