4 writes to _endSyncLockStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
11241Me._endSyncLockStatement = endSyncLockStatement 11257Me._endSyncLockStatement = endSyncLockStatement 11272Me._endSyncLockStatement = endSyncLockStatement 11292Me._endSyncLockStatement = _endSyncLockStatement
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