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