4 references to CaseStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
15821
Return new
CaseStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _caseKeyword, _cases)
15825
Return new
CaseStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _caseKeyword, _cases)
39539
Return New
CaseStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newCaseKeyword, newCases.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
17259
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
CaseStatementSyntax
(kind, errors, annotations, caseKeyword, if(cases IsNot Nothing, cases.Green, Nothing)), Nothing, 0)