5 references to BoundTypePattern
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (2)
461
return new
BoundTypePattern
(node, boundType, isExplicitNotNullTest, inputType, boundType.Type, hasErrors);
1632
return new
BoundTypePattern
(node, patternType, isExplicitNotNullTest, inputType, patternType.Type, hasErrors);
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1027
BoundPattern typePattern = new
BoundTypePattern
(pattern.Syntax,
1083
initialCheck = new
BoundTypePattern
(node.Syntax, node.DeclaredType, node.IsExplicitNotNullTest, node.InputType, node.NarrowedType, node.HasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
8451
var result = new
BoundTypePattern
(this.Syntax, declaredType, isExplicitNotNullTest, inputType, narrowedType, this.HasErrors);