2 references to BoundTypePattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
449
return new
BoundTypePattern
(node, boundType, isExplicitNotNullTest, inputType, boundType.Type, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
8417
var result = new
BoundTypePattern
(this.Syntax, declaredType, isExplicitNotNullTest, inputType, narrowedType, this.HasErrors);