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