9 references to WithStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Syntax.Generated.vb (8)
13167Friend _withStatement as WithStatementSyntax 13177Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), withStatement As WithStatementSyntax, statements As SyntaxNode, endWithStatement As EndBlockStatementSyntax) 13184Public ReadOnly Property WithStatement As WithStatementSyntax 13195Public Shadows Function WithWithStatement(withStatement as WithStatementSyntax) As WithBlockSyntax 13292Public Function Update(withStatement As WithStatementSyntax, statements As SyntaxList(of StatementSyntax), endWithStatement As EndBlockStatementSyntax) As WithBlockSyntax 20772Public Shadows Function WithWithKeyword(withKeyword as SyntaxToken) As WithStatementSyntax 20790Public Shadows Function WithExpression(expression as ExpressionSyntax) As WithStatementSyntax 20831Public Function Update(withKeyword As SyntaxToken, expression As ExpressionSyntax) As WithStatementSyntax
Syntax\SyntaxNormalizer.vb (1)
1264Public Overrides Function VisitWithStatement(node As WithStatementSyntax) As SyntaxNode