22 references to SyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\MemberSemanticModel.vb (1)
353SyntaxKind.SyncLockStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
39654Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, hash) 39659Dim result = New SyncLockStatementSyntax(SyntaxKind.SyncLockStatement, syncLockKeyword, expression) 51720Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.SyncLockStatement, syncLockKeyword, expression, _factoryContext, hash) 51725Dim 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)
492Case SyntaxKind.SyncLockStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
829SyntaxKind.SyncLockStatement,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
529expression.IsParentKind(SyntaxKind.SyncLockStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
160Public 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)
422Case SyntaxKind.SyncLockStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
529expression.IsParentKind(SyntaxKind.SyncLockStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
160Public ReadOnly Property LockStatement As Integer = SyntaxKind.SyncLockStatement Implements ISyntaxKinds.LockStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
529expression.IsParentKind(SyntaxKind.SyncLockStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
160Public ReadOnly Property LockStatement As Integer = SyntaxKind.SyncLockStatement Implements ISyntaxKinds.LockStatement