4 references to WithStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
19219
Return new
WithStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _withKeyword, _expression)
19223
Return new
WithStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _withKeyword, _expression)
39931
Return New
WithStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newWithKeyword, newExpression)
Generated\Syntax.xml.Syntax.Generated.vb (1)
20755
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WithStatementSyntax
(kind, errors, annotations, withKeyword, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)