4 references to SyncLockStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
16452
Return new
SyncLockStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _syncLockKeyword, _expression)
16456
Return new
SyncLockStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _syncLockKeyword, _expression)
39614
Return New
SyncLockStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newSyncLockKeyword, newExpression)
Generated\Syntax.xml.Syntax.Generated.vb (1)
17852
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
SyncLockStatementSyntax
(kind, errors, annotations, syncLockKeyword, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)