Implemented interface member:
property
ValueOperand
Microsoft.CodeAnalysis.Operations.IIsTypeOperation.ValueOperand
1 write to ValueOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6128
ValueOperand
= SetParentOperation(valueOperand, this);
6 references to ValueOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6137
(
ValueOperand
is null ? 0 : 1);
6141
0 when
ValueOperand
!= null
6142
=>
ValueOperand
,
6150
if (
ValueOperand
!= null) return (true, 0, 0);
6164
if (
ValueOperand
!= null) return (true, 0, 0);
10989
return new IsTypeOperation(Visit(internalOperation.
ValueOperand
), internalOperation.TypeOperand, internalOperation.IsNegated, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);