Implemented interface member:
property
ValueOperand
Microsoft.CodeAnalysis.Operations.IIsTypeOperation.ValueOperand
1 write to ValueOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5755
ValueOperand
= SetParentOperation(valueOperand, this);
6 references to ValueOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5764
(
ValueOperand
is null ? 0 : 1);
5768
0 when
ValueOperand
!= null
5769
=>
ValueOperand
,
5777
if (
ValueOperand
!= null) return (true, 0, 0);
5791
if (
ValueOperand
!= null) return (true, 0, 0);
10439
return new IsTypeOperation(Visit(internalOperation.
ValueOperand
), internalOperation.TypeOperand, internalOperation.IsNegated, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);