2 instantiations of SyncLockStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
39659
Dim result = New
SyncLockStatementSyntax
(SyntaxKind.SyncLockStatement, syncLockKeyword, expression)
51725
Dim result = New
SyncLockStatementSyntax
(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, _factoryContext)
17 references to SyncLockStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (17)
Generated\Syntax.xml.Internal.Generated.vb (14)
8880
Friend ReadOnly _syncLockStatement as
SyncLockStatementSyntax
8884
Friend Sub New(ByVal kind As SyntaxKind, syncLockStatement As
SyncLockStatementSyntax
, statements As GreenNode, endSyncLockStatement As EndBlockStatementSyntax)
8899
Friend Sub New(ByVal kind As SyntaxKind, syncLockStatement As
SyncLockStatementSyntax
, statements As GreenNode, endSyncLockStatement As EndBlockStatementSyntax, context As ISyntaxFactoryContext)
8915
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), syncLockStatement As
SyncLockStatementSyntax
, statements As GreenNode, endSyncLockStatement As EndBlockStatementSyntax)
8937
Friend ReadOnly Property SyncLockStatement As InternalSyntax.
SyncLockStatementSyntax
29184
Public Overridable Function VisitSyncLockStatement(ByVal node As
SyncLockStatementSyntax
) As VisualBasicSyntaxNode
31091
Dim newSyncLockStatement = DirectCast(Visit(node._syncLockStatement),
SyncLockStatementSyntax
)
31677
Public Overrides Function VisitSyncLockStatement(ByVal node As
SyncLockStatementSyntax
) As VisualBasicSyntaxNode
37708
Friend Shared Function SyncLockBlock(syncLockStatement As
SyncLockStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endSyncLockStatement As EndBlockStatementSyntax) As SyncLockBlockSyntax
39649
Friend Shared Function SyncLockStatement(syncLockKeyword As KeywordSyntax, expression As ExpressionSyntax) As
SyncLockStatementSyntax
39656
Return DirectCast(cached,
SyncLockStatementSyntax
)
49774
Friend Function SyncLockBlock(syncLockStatement As
SyncLockStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endSyncLockStatement As EndBlockStatementSyntax) As SyncLockBlockSyntax
51715
Friend Function SyncLockStatement(syncLockKeyword As KeywordSyntax, expression As ExpressionSyntax) As
SyncLockStatementSyntax
51722
Return DirectCast(cached,
SyncLockStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (2)
13026
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyncLockBlockSyntax(kind, errors, annotations, DirectCast(syncLockStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
SyncLockStatementSyntax
), if(statements IsNot Nothing, statements.Green, Nothing), DirectCast(endSyncLockStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
17860
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
SyncLockStatementSyntax
)._syncLockKeyword, Me.Position, 0)
Parser\BlockContexts\StatementBlockContext.vb (1)
36
Dim beginStmt As
SyncLockStatementSyntax
= Nothing