Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IParenthesizedOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6011Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6017(Operand is null ? 0 : 1); 60210 when Operand != null 6022=> Operand, 6030if (Operand != null) return (true, 0, 0); 6044if (Operand != null) return (true, 0, 0); 10459return new ParenthesizedOperation(Visit(internalOperation.Operand), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);