22 references to SyncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (22)
Generated\Syntax.xml.Internal.Generated.vb (4)
34733Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.SyncLockKeyword) 39650Debug.Assert(syncLockKeyword IsNot Nothing AndAlso syncLockKeyword.Kind = SyntaxKind.SyncLockKeyword) 46799Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.SyncLockKeyword) 51716Debug.Assert(syncLockKeyword IsNot Nothing AndAlso syncLockKeyword.Kind = SyntaxKind.SyncLockKeyword)
Generated\Syntax.xml.Main.Generated.vb (9)
5752Case SyntaxKind.SyncLockKeyword 6522Case SyntaxKind.SyncLockKeyword 6534Return SyntaxFactory.EndSyncLockStatement(SyntaxFactory.Token(SyntaxKind.EndKeyword), SyntaxFactory.Token(SyntaxKind.SyncLockKeyword)) 6622Return SyntaxKind.SyncLockKeyword 17613Case SyntaxKind.SyncLockKeyword 17741Return SyntaxFactory.SyncLockStatement(SyntaxFactory.Token(SyntaxKind.SyncLockKeyword), expression) 44064SyntaxKind.SyncLockKeyword 45125SyntaxKind.SyncLockKeyword, 45616Case SyntaxKind.SyncLockKeyword
Parser\BlockContexts\BlockContext.vb (1)
703endStmt = SyntaxFactory.EndSyncLockStatement(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.SyncLockKeyword))
Parser\Parser.vb (2)
926Case SyntaxKind.SyncLockKeyword 1828Case SyntaxKind.SyncLockKeyword
Parser\ParseStatement.vb (2)
1383CurrentToken.Kind = SyntaxKind.SyncLockKeyword, "ParseExpressionBlockStatement called on wrong token.") 1402Case SyntaxKind.SyncLockKeyword
Scanner\KeywordTable.vb (1)
155SyntaxKind.SyncLockKeyword, None,
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
291SyntaxKind.SyncLockKeyword,
Syntax\SyntaxKindFacts.vb (1)
213SyntaxKind.SyncLockKeyword,
Syntax\SyntaxNodeFactories.vb (1)
591SyntaxKind.SyncLockKeyword,