9 references to SyncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
3353Dim newSyncLockKeyword = DirectCast(VisitToken(node.SyncLockKeyword).Node, InternalSyntax.KeywordSyntax) 3354If node.SyncLockKeyword.Node IsNot newSyncLockKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
17888return Update(Me.SyncLockKeyword, expression) 17929If syncLockKeyword <> Me.SyncLockKeyword OrElse expression IsNot Me.Expression Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SyntaxTreeExtensions.vb (1)
423targetToken.IsChildToken(Of SyncLockStatementSyntax)(Function(syncLockStatement) syncLockStatement.SyncLockKeyword) OrElse
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Highlighting\KeywordHighlighters\SyncLockBlockHighlighter.vb (1)
29highlights.Add(.SyncLockStatement.SyncLockKeyword.Span)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
19954Assert.NotNull(objectUnderTest.syncLockKeyword) 19956Dim withObj = objectUnderTest.WithSyncLockKeyword(objectUnderTest.SyncLockKeyword).WithExpression(objectUnderTest.Expression)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
423targetToken.IsChildToken(Of SyncLockStatementSyntax)(Function(syncLockStatement) syncLockStatement.SyncLockKeyword) OrElse