3 writes to _syncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
12909Me._syncLockKeyword = syncLockKeyword 12921Me._syncLockKeyword = syncLockKeyword 12932Me._syncLockKeyword = syncLockKeyword
6 references to _syncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
12947Return Me._syncLockKeyword 12963Return Me._syncLockKeyword 12974Return new SyncLockStatementSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockKeyword, _expression) 12978Return new SyncLockStatementSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockKeyword, _expression) 31681If node._syncLockKeyword IsNot newSyncLockKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
17860return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyncLockStatementSyntax)._syncLockKeyword, Me.Position, 0)