3 references to BindTypeForPattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (3)
1551BoundTypeExpression boundDeclType = BindTypeForPattern(typeSyntax, unionType, inputType, diagnostics, ref hasErrors);
1646boundDeclType = BindTypeForPattern(typeSyntax, unionType, inputType, diagnostics, ref hasErrors);
2436var patternType = BindTypeForPattern(node.Type, unionType, inputType, diagnostics, ref hasErrors);