5 references to BoundTypePattern
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (1)
694
return new
BoundTypePattern
(node, boundType, isExplicitNotNullTest, isUnionMatching: hasUnionMatching, inputType: unionMatchingInputType ?? inputType, boundType.Type, hasErrors);
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1036
BoundPattern typePattern = new
BoundTypePattern
(pattern.Syntax,
1092
initialCheck = new
BoundTypePattern
(node.Syntax, node.DeclaredType, node.IsExplicitNotNullTest, isUnionMatching: false, node.InputType, node.NarrowedType, node.HasErrors);
Binder\UnionMatchingRewriter.cs (1)
470
new
BoundTypePattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8641
var result = new
BoundTypePattern
(this.Syntax, declaredType, isExplicitNotNullTest, isUnionMatching, inputType, narrowedType, this.HasErrors);