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