2 references to BindTypeOrRValue
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
508BoundExpression expression = BindTypeOrRValue(patternExpression, diagnostics);
Binder\SwitchBinder.cs (1)
212var boundLabelExpression = sectionBinder.BindTypeOrRValue(caseLabel.Value, tempDiagnosticBag);