14 references to SyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\MemberSemanticModel.vb (1)
354
SyntaxKind.
SyncLockStatement
,
Generated\Syntax.xml.Internal.Generated.vb (4)
39654
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression, hash)
39659
Dim result = New SyncLockStatementSyntax(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression)
51720
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression, _factoryContext, hash)
51725
Dim result = New SyncLockStatementSyntax(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
12923
Case SyntaxKind.
SyncLockStatement
17729
Return New SyncLockStatementSyntax(SyntaxKind.
SyncLockStatement
, Nothing, Nothing, DirectCast(syncLockKeyword.Node, InternalSyntax.KeywordSyntax), expression)
35900
SyntaxKind.
SyncLockStatement
,
36194
SyntaxKind.
SyncLockStatement
,
36496
SyntaxKind.
SyncLockStatement
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
17837
''' <item><description><see cref="SyntaxKind.
SyncLockStatement
"/></description></item>
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
182
If syntaxNode.Parent.Kind = SyntaxKind.
SyncLockStatement
Then
Parser\BlockContexts\BlockContext.vb (1)
492
Case SyntaxKind.
SyncLockStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
829
SyntaxKind.
SyncLockStatement
,