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