4 writes to _endSyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endSyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
11302writer.WriteValue(Me._endSyncLockStatement)
11340Return Me._endSyncLockStatement
11351Return Me._endSyncLockStatement
11360Return new SyncLockBlockSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockStatement, _statements, _endSyncLockStatement)
11364Return new SyncLockBlockSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockStatement, _statements, _endSyncLockStatement)
39023Dim newEndSyncLockStatement = DirectCast(Visit(node._endSyncLockStatement), EndBlockStatementSyntax)
39024If node._endSyncLockStatement IsNot newEndSyncLockStatement Then anyChanges = True