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