4 references to PrintStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
10899
Return new
PrintStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _questionToken, _expression)
10903
Return new
PrintStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _questionToken, _expression)
38976
Return New
PrintStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newQuestionToken, newExpression)
Generated\Syntax.xml.Syntax.Generated.vb (1)
12609
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
PrintStatementSyntax
(kind, errors, annotations, questionToken, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)