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