4 references to BoundDeclarationPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (2)
1454
return new
BoundDeclarationPattern
(node, boundDeclType, isVar: false, variableSymbol, variableAccess, isUnionMatching: hasUnionMatching, inputType: unionMatchingInputType ?? inputType, narrowedType: boundDeclType.Type, hasErrors);
1989
return new
BoundDeclarationPattern
(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1052
var result = new
BoundDeclarationPattern
(node.Syntax, node.DeclaredType, node.IsVar, node.Variable, node.VariableAccess, isUnionMatching: false, node.InputType, node.NarrowedType)
Generated\BoundNodes.xml.Generated.cs (1)
8329
var result = new
BoundDeclarationPattern
(this.Syntax, declaredType, isVar, variable, variableAccess, isUnionMatching, inputType, narrowedType, this.HasErrors);