10 references to ArrayElementReference
ILLink.RoslynAnalyzer (1)
DataFlow\CapturedReferenceValue.cs (1)
23 case OperationKind.ArrayElementReference:
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (2)
812/// <item><description><see cref="OperationKind.ArrayElementReference"/></description></item> 5288public override OperationKind Kind => OperationKind.ArrayElementReference;
Operations\ControlFlowGraphBuilder.cs (2)
6186case OperationKind.ArrayElementReference: 6246case OperationKind.ArrayElementReference:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseIndexOperatorDiagnosticAnalyzer.cs (1)
93OperationKind.ArrayElementReference);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseIndexOperatorDiagnosticAnalyzer.cs (1)
93OperationKind.ArrayElementReference);
Microsoft.CodeAnalysis.Features (1)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (1)
380case OperationKind.ArrayElementReference:
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\ControlFlowGraphVerifier.cs (1)
1912case OperationKind.ArrayElementReference:
Compilation\TestOperationVisitor.cs (1)
600Assert.Equal(OperationKind.ArrayElementReference, operation.Kind);