3 references to BoundCaseStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_SelectCase.vb (1)
162
Return New
BoundCaseStatement
(node, caseClauses, conditionOpt:=Nothing)
Generated\BoundNodes.xml.Generated.vb (1)
5089
Dim result = New
BoundCaseStatement
(Me.Syntax, caseClauses, conditionOpt, Me.HasErrors)
Lowering\SyntheticBoundNodeFactory.vb (1)
734
Dim boundCaseStatement = New
BoundCaseStatement
(_syntax, builder.ToImmutableAndFree(), Nothing)