3 references to BoundSimpleCaseClause
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_SelectCase.vb (1)
265Return New BoundSimpleCaseClause(node, value, conditionOpt)
Generated\BoundNodes.xml.Generated.vb (1)
5155Dim result = New BoundSimpleCaseClause(Me.Syntax, valueOpt, conditionOpt, Me.HasErrors)
Lowering\SyntheticBoundNodeFactory.vb (1)
729Dim boundCaseClause = New BoundSimpleCaseClause(_syntax, Literal(i), Nothing)