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