Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IUnaryOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5583
Operand
= SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5598
(
Operand
is null ? 0 : 1);
5602
0 when
Operand
!= null
5603
=>
Operand
,
5611
if (
Operand
!= null) return (true, 0, 0);
5625
if (
Operand
!= null) return (true, 0, 0);
10944
return new UnaryOperation(internalOperation.OperatorKind, Visit(internalOperation.
Operand
), internalOperation.IsLifted, internalOperation.IsChecked, internalOperation.OperatorMethod, internalOperation.ConstrainedToType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);