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