4 writes to _syncLockStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _syncLockStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
11300writer.WriteValue(Me._syncLockStatement)
11318Return Me._syncLockStatement
11347Return Me._syncLockStatement
11360Return new SyncLockBlockSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockStatement, _statements, _endSyncLockStatement)
11364Return new SyncLockBlockSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockStatement, _statements, _endSyncLockStatement)
39019Dim newSyncLockStatement = DirectCast(Visit(node._syncLockStatement), SyncLockStatementSyntax)
39020If node._syncLockStatement IsNot newSyncLockStatement Then anyChanges = True