3 writes to _endSyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (3)
6 references to _endSyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
8961Return Me._endSyncLockStatement
8972Return Me._endSyncLockStatement
8981Return new SyncLockBlockSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockStatement, _statements, _endSyncLockStatement)
8985Return new SyncLockBlockSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockStatement, _statements, _endSyncLockStatement)
31095Dim newEndSyncLockStatement = DirectCast(Visit(node._endSyncLockStatement), EndBlockStatementSyntax)
31096If node._endSyncLockStatement IsNot newEndSyncLockStatement Then anyChanges = True