2 instantiations of WithStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
41100
Dim result = New
WithStatementSyntax
(SyntaxKind.WithStatement, withKeyword, expression)
53166
Dim result = New
WithStatementSyntax
(SyntaxKind.WithStatement, withKeyword, expression, _factoryContext)
17 references to WithStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (17)
Generated\Syntax.xml.Internal.Generated.vb (14)
9001
Friend ReadOnly _withStatement as
WithStatementSyntax
9005
Friend Sub New(ByVal kind As SyntaxKind, withStatement As
WithStatementSyntax
, statements As GreenNode, endWithStatement As EndBlockStatementSyntax)
9020
Friend Sub New(ByVal kind As SyntaxKind, withStatement As
WithStatementSyntax
, statements As GreenNode, endWithStatement As EndBlockStatementSyntax, context As ISyntaxFactoryContext)
9036
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), withStatement As
WithStatementSyntax
, statements As GreenNode, endWithStatement As EndBlockStatementSyntax)
9058
Friend ReadOnly Property WithStatement As InternalSyntax.
WithStatementSyntax
29268
Public Overridable Function VisitWithStatement(ByVal node As
WithStatementSyntax
) As VisualBasicSyntaxNode
31108
Dim newWithStatement = DirectCast(Visit(node._withStatement),
WithStatementSyntax
)
31994
Public Overrides Function VisitWithStatement(ByVal node As
WithStatementSyntax
) As VisualBasicSyntaxNode
37741
Friend Shared Function WithBlock(withStatement As
WithStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWithStatement As EndBlockStatementSyntax) As WithBlockSyntax
41090
Friend Shared Function WithStatement(withKeyword As KeywordSyntax, expression As ExpressionSyntax) As
WithStatementSyntax
41097
Return DirectCast(cached,
WithStatementSyntax
)
49807
Friend Function WithBlock(withStatement As
WithStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWithStatement As EndBlockStatementSyntax) As WithBlockSyntax
53156
Friend Function WithStatement(withKeyword As KeywordSyntax, expression As ExpressionSyntax) As
WithStatementSyntax
53163
Return DirectCast(cached,
WithStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (2)
13178
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WithBlockSyntax(kind, errors, annotations, DirectCast(withStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WithStatementSyntax
), if(statements IsNot Nothing, statements.Green, Nothing), DirectCast(endWithStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
20763
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WithStatementSyntax
)._withKeyword, Me.Position, 0)
Parser\BlockContexts\StatementBlockContext.vb (1)
31
Dim beginStmt As
WithStatementSyntax
= Nothing