3 writes to _syncLockStatement
Microsoft.CodeAnalysis.VisualBasic (3)
6 references to _syncLockStatement
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
8939Return Me._syncLockStatement
8968Return Me._syncLockStatement
8981Return new SyncLockBlockSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockStatement, _statements, _endSyncLockStatement)
8985Return new SyncLockBlockSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockStatement, _statements, _endSyncLockStatement)
31091Dim newSyncLockStatement = DirectCast(Visit(node._syncLockStatement), SyncLockStatementSyntax)
31092If node._syncLockStatement IsNot newSyncLockStatement Then anyChanges = True