Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IParenthesizedOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6384Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6390(Operand is null ? 0 : 1); 63940 when Operand != null 6395=> Operand, 6403if (Operand != null) return (true, 0, 0); 6417if (Operand != null) return (true, 0, 0); 11009return new ParenthesizedOperation(Visit(internalOperation.Operand), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);