5 references to BoundTypePattern
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (1)
2040
return new
BoundTypePattern
(node, patternType, isExplicitNotNullTest, unionMatchingMode: unionMatchingMode, inputType: inputType, patternType.Type, hasErrors);
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1106
BoundPattern typePattern = new
BoundTypePattern
(pattern.Syntax,
1162
initialCheck = new
BoundTypePattern
(node.Syntax, node.DeclaredType, node.IsExplicitNotNullTest, unionMatchingMode: UnionMatchingMode.None, node.InputType, node.NarrowedType, node.HasErrors);
Binder\UnionMatchingRewriter.cs (1)
539
return new
BoundTypePattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8626
var result = new
BoundTypePattern
(this.Syntax, declaredType, isExplicitNotNullTest, unionMatchingMode, inputType, narrowedType, this.HasErrors);