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