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