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