Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IParenthesizedOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6424Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6430(Operand is null ? 0 : 1); 64340 when Operand != null 6435=> Operand, 6443if (Operand != null) return (true, 0, 0); 6457if (Operand != null) return (true, 0, 0); 11081return new ParenthesizedOperation(Visit(internalOperation.Operand), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);