2 references to BindCaseStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_SelectCase.vb (1)
130
Dim caseStatement As BoundCaseStatement =
BindCaseStatement
(node.CaseStatement, selectExpression, convertCaseElements, diagnostics)
Binding\Binder_Statements.vb (1)
272
Dim statement As BoundCaseStatement =
BindCaseStatement
(caseStatement, selectExpressionOpt:=Nothing, convertCaseElements:=False, diagnostics:=diagnostics)