21 references to SyncLockStatement
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1271
case VisualBasic.SyntaxKind.
SyncLockStatement
:
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\MemberSemanticModel.vb (1)
354
SyntaxKind.
SyncLockStatement
,
Generated\Syntax.xml.Internal.Generated.vb (4)
47594
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression, hash)
47599
Dim result = New SyncLockStatementSyntax(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression)
59672
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
SyncLockStatement
, syncLockKeyword, expression, _factoryContext, hash)
59677
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)
491
Case SyntaxKind.
SyncLockStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
829
SyntaxKind.
SyncLockStatement
,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
ExpressionSyntaxExtensions.vb (1)
529
expression.IsParentKind(SyntaxKind.
SyncLockStatement
) OrElse
VisualBasicSyntaxKinds.vb (1)
138
Public ReadOnly Property LockStatement As Integer = SyntaxKind.
SyncLockStatement
Implements ISyntaxKinds.LockStatement
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\BreakpointSpans.vb (1)
128
SyntaxKind.
SyncLockStatement
,
EditAndContinue\SyntaxComparer.vb (1)
424
Case SyntaxKind.
SyncLockStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb\ExpressionSyntaxExtensions.vb (1)
529
expression.IsParentKind(SyntaxKind.
SyncLockStatement
) OrElse
VisualBasicSyntaxKinds.vb (1)
138
Public ReadOnly Property LockStatement As Integer = SyntaxKind.
SyncLockStatement
Implements ISyntaxKinds.LockStatement