8 instantiations of SyncLockStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
16403
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
SyncLockStatementSyntax
(o)
16413
ObjectBinder.RegisterTypeReader(GetType(SyncLockStatementSyntax), Function(r) New
SyncLockStatementSyntax
(r))
16452
Return new
SyncLockStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _syncLockKeyword, _expression)
16456
Return new
SyncLockStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _syncLockKeyword, _expression)
39614
Return New
SyncLockStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newSyncLockKeyword, newExpression)
47599
Dim result = New
SyncLockStatementSyntax
(SyntaxKind.SyncLockStatement, syncLockKeyword, expression)
59677
Dim result = New
SyncLockStatementSyntax
(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
17852
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
SyncLockStatementSyntax
(kind, errors, annotations, syncLockKeyword, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)
20 references to SyncLockStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (19)
Generated\Syntax.xml.Internal.Generated.vb (16)
11226
Friend ReadOnly _syncLockStatement as
SyncLockStatementSyntax
11230
Friend Sub New(ByVal kind As SyntaxKind, syncLockStatement As
SyncLockStatementSyntax
, statements As GreenNode, endSyncLockStatement As EndBlockStatementSyntax)
11245
Friend Sub New(ByVal kind As SyntaxKind, syncLockStatement As
SyncLockStatementSyntax
, statements As GreenNode, endSyncLockStatement As EndBlockStatementSyntax, context As ISyntaxFactoryContext)
11261
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), syncLockStatement As
SyncLockStatementSyntax
, statements As GreenNode, endSyncLockStatement As EndBlockStatementSyntax)
11279
Dim _syncLockStatement = DirectCast(reader.ReadValue(),
SyncLockStatementSyntax
)
11316
Friend ReadOnly Property SyncLockStatement As InternalSyntax.
SyncLockStatementSyntax
16413
ObjectBinder.RegisterTypeReader(GetType(
SyncLockStatementSyntax
), Function(r) New SyncLockStatementSyntax(r))
37112
Public Overridable Function VisitSyncLockStatement(ByVal node As
SyncLockStatementSyntax
) As VisualBasicSyntaxNode
39019
Dim newSyncLockStatement = DirectCast(Visit(node._syncLockStatement),
SyncLockStatementSyntax
)
39605
Public Overrides Function VisitSyncLockStatement(ByVal node As
SyncLockStatementSyntax
) As VisualBasicSyntaxNode
45648
Friend Shared Function SyncLockBlock(syncLockStatement As
SyncLockStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endSyncLockStatement As EndBlockStatementSyntax) As SyncLockBlockSyntax
47589
Friend Shared Function SyncLockStatement(syncLockKeyword As KeywordSyntax, expression As ExpressionSyntax) As
SyncLockStatementSyntax
47596
Return DirectCast(cached,
SyncLockStatementSyntax
)
57726
Friend Function SyncLockBlock(syncLockStatement As
SyncLockStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endSyncLockStatement As EndBlockStatementSyntax) As SyncLockBlockSyntax
59667
Friend Function SyncLockStatement(syncLockKeyword As KeywordSyntax, expression As ExpressionSyntax) As
SyncLockStatementSyntax
59674
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
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
691
Private Shared Function GenerateGreenSyncLockStatement() As InternalSyntax.
SyncLockStatementSyntax