2 references to BoundLockStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\LockBinder.cs (1)
75return new BoundLockStatement(_syntax, expr, stmt, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
4270var result = new BoundLockStatement(this.Syntax, argument, body, this.HasErrors);