3 references to BoundDeclarationPattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (2)
849
return new
BoundDeclarationPattern
(node, boundDeclType, isVar: false, variableSymbol, variableAccess, inputType: inputType, narrowedType: boundDeclType.Type, hasErrors);
1366
return new
BoundDeclarationPattern
(
Generated\BoundNodes.xml.Generated.cs (1)
8137
var result = new
BoundDeclarationPattern
(this.Syntax, declaredType, isVar, variable, variableAccess, inputType, narrowedType, this.HasErrors);