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