Implemented interface members:
2 writes to
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseSystemThreadingLock\CSharpUseSystemThreadingLockDiagnosticAnalyzer.cs (1)
143
potentialLockFields
[
field] = (declarator, option, canUse: true, wasLocked: false);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1081
this
[
tempKey] = (TValue)value!;
2 references to
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
120
public TValue this[TKey key] => _dictionary
[
key];
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
86
readonly get => ReadOnlyDictionary
[
key];