Implemented interface members:
1 write to
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1079
this
[
tempKey] = (TValue)value!;
4 references to
Microsoft.CodeAnalysis (4)
PEWriter\FullMetadataWriter.cs (2)
232
return MetadataTokens.ParameterHandle(_parameterListIndex
[
methodDef]);
448
get { return _index
[
item]; }
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];