Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IReDimClauseOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9204Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9210(Operand is null ? 0 : 1) + 92150 when Operand != null 9216=> Operand, 9226if (Operand != null) return (true, 0, 0); 9250if (Operand != null) return (true, 0, 0); 11331return new ReDimClauseOperation(Visit(internalOperation.Operand), VisitArray(internalOperation.DimensionSizes), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);