4 writes to _syncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
16360Me._syncLockKeyword = syncLockKeyword 16372Me._syncLockKeyword = syncLockKeyword 16383Me._syncLockKeyword = syncLockKeyword 16395Me._syncLockKeyword = _syncLockKeyword
7 references to _syncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
16408writer.WriteValue(Me._syncLockKeyword) 16425Return Me._syncLockKeyword 16441Return Me._syncLockKeyword 16452Return new SyncLockStatementSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockKeyword, _expression) 16456Return new SyncLockStatementSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockKeyword, _expression) 39609If 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)