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