Implemented interface member:
property
Indices
Microsoft.CodeAnalysis.Operations.IArrayElementReferenceOperation.Indices
1 write to Indices
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4858
Indices
= SetParentOperation(indices, this);
8 references to Indices
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4865
Indices
.Length;
4871
1 when index <
Indices
.Length
4872
=>
Indices
[index],
4883
if (!
Indices
.IsEmpty) return (true, 1, 0);
4885
case 1 when previousIndex + 1 <
Indices
.Length:
4899
if (!
Indices
.IsEmpty) return (true, 1,
Indices
.Length - 1);
10359
return new ArrayElementReferenceOperation(Visit(internalOperation.ArrayReference), VisitArray(internalOperation.
Indices
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);