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