4 writes to _syncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
16360
Me.
_syncLockKeyword
= syncLockKeyword
16372
Me.
_syncLockKeyword
= syncLockKeyword
16383
Me.
_syncLockKeyword
= syncLockKeyword
16395
Me.
_syncLockKeyword
= _syncLockKeyword
7 references to _syncLockKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
16408
writer.WriteValue(Me.
_syncLockKeyword
)
16425
Return Me.
_syncLockKeyword
16441
Return Me.
_syncLockKeyword
16452
Return new SyncLockStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_syncLockKeyword
, _expression)
16456
Return new SyncLockStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_syncLockKeyword
, _expression)
39609
If node.
_syncLockKeyword
IsNot newSyncLockKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
17860
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyncLockStatementSyntax).
_syncLockKeyword
, Me.Position, 0)