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