4 references to BoundDeclarationPattern
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (2)
1043
return new
BoundDeclarationPattern
(node, boundDeclType, isVar: false, unionMatchingMode: unionMatchingMode, variableSymbol, variableAccess, inputType: inputType, narrowedType: boundDeclType.Type, hasErrors);
1600
return new
BoundDeclarationPattern
(
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1122
var result = new
BoundDeclarationPattern
(node.Syntax, node.DeclaredType, node.IsVar, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess, node.InputType, node.NarrowedType)
Generated\BoundNodes.xml.Generated.cs (1)
8314
var result = new
BoundDeclarationPattern
(this.Syntax, declaredType, isVar, unionMatchingMode, variable, variableAccess, inputType, narrowedType, this.HasErrors);