21 references to SyncLockStatement
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1271case VisualBasic.SyntaxKind.SyncLockStatement:
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\MemberSemanticModel.vb (1)
354SyntaxKind.SyncLockStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
47594Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, hash) 47599Dim result = New SyncLockStatementSyntax(SyntaxKind.SyncLockStatement, syncLockKeyword, expression) 59672Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, _factoryContext, hash) 59677Dim result = New SyncLockStatementSyntax(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
12923Case SyntaxKind.SyncLockStatement 17729Return New SyncLockStatementSyntax(SyntaxKind.SyncLockStatement, Nothing, Nothing, DirectCast(syncLockKeyword.Node, InternalSyntax.KeywordSyntax), expression) 35900SyntaxKind.SyncLockStatement, 36194SyntaxKind.SyncLockStatement, 36496SyntaxKind.SyncLockStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
17837''' <item><description><see cref="SyntaxKind.SyncLockStatement"/></description></item>
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
182If syntaxNode.Parent.Kind = SyntaxKind.SyncLockStatement Then
Parser\BlockContexts\BlockContext.vb (1)
491Case SyntaxKind.SyncLockStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
829SyntaxKind.SyncLockStatement,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
ExpressionSyntaxExtensions.vb (1)
529expression.IsParentKind(SyntaxKind.SyncLockStatement) OrElse
VisualBasicSyntaxKinds.vb (1)
138Public ReadOnly Property LockStatement As Integer = SyntaxKind.SyncLockStatement Implements ISyntaxKinds.LockStatement
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\BreakpointSpans.vb (1)
128SyntaxKind.SyncLockStatement,
EditAndContinue\SyntaxComparer.vb (1)
424Case SyntaxKind.SyncLockStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb\ExpressionSyntaxExtensions.vb (1)
529expression.IsParentKind(SyntaxKind.SyncLockStatement) OrElse
VisualBasicSyntaxKinds.vb (1)
138Public ReadOnly Property LockStatement As Integer = SyntaxKind.SyncLockStatement Implements ISyntaxKinds.LockStatement