Implemented interface member:
property
Indices
Microsoft.CodeAnalysis.Operations.IArrayElementReferenceOperation.Indices
1 write to Indices
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5269Indices = SetParentOperation(indices, this);
8 references to Indices
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
5276Indices.Length; 52821 when index < Indices.Length 5283=> Indices[index], 5294if (!Indices.IsEmpty) return (true, 1, 0); 5296case 1 when previousIndex + 1 < Indices.Length: 5310if (!Indices.IsEmpty) return (true, 1, Indices.Length - 1); 10979return new ArrayElementReferenceOperation(Visit(internalOperation.ArrayReference), VisitArray(internalOperation.Indices), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);