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