2 references to BoundIsOperator
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2872var result = new BoundIsOperator(this.Syntax, operand, targetType, conversionKind, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
645return new BoundIsOperator(this.Syntax, operand, Type(type), c.Kind, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean)) { WasCompilerGenerated = true };