2 references to ConvertPatternExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
552
BoundExpression convertedExpression =
ConvertPatternExpression
(
Binder\SwitchBinder.cs (1)
273
return
ConvertPatternExpression
(SwitchGoverningType, node, caseExpression, out constantValueOpt, hasErrors, diagnostics, out _);