Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IReDimClauseOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8791Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8797(Operand is null ? 0 : 1) + 88020 when Operand != null 8803=> Operand, 8813if (Operand != null) return (true, 0, 0); 8837if (Operand != null) return (true, 0, 0); 10709return new ReDimClauseOperation(Visit(internalOperation.Operand), VisitArray(internalOperation.DimensionSizes), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);