8 references to EraseStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (6)
29280
Public Overridable Function VisitEraseStatement(ByVal node As
EraseStatementSyntax
) As VisualBasicSyntaxNode
32041
Public Overrides Function VisitEraseStatement(ByVal node As
EraseStatementSyntax
) As VisualBasicSyntaxNode
41208
Friend Shared Function EraseStatement(eraseKeyword As KeywordSyntax, expressions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
EraseStatementSyntax
41214
Return DirectCast(cached,
EraseStatementSyntax
)
53274
Friend Function EraseStatement(eraseKeyword As KeywordSyntax, expressions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
EraseStatementSyntax
53280
Return DirectCast(cached,
EraseStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
21147
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
EraseStatementSyntax
)._eraseKeyword, Me.Position, 0)
Parser\ParseStatement.vb (1)
1554
Private Function ParseErase() As
EraseStatementSyntax