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