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