2 references to BoundSimpleCaseClause
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
5174Dim result = New BoundSimpleCaseClause(Me.Syntax, valueOpt, conditionOpt, Me.HasErrors)
Lowering\SyntheticBoundNodeFactory.vb (1)
733Dim boundCaseClause = New BoundSimpleCaseClause(_syntax, Literal(i), Nothing)