1 write to _syntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\LockBinder.cs (1)
23
_syntax
= syntax;
3 references to _syntax
Microsoft.CodeAnalysis.CSharp (3)
Binder\LockBinder.cs (3)
30
return
_syntax
.Expression;
69
BoundStatement stmt = originalBinder.BindPossibleEmbeddedStatement(
_syntax
.Statement, diagnostics);
71
return new BoundLockStatement(
_syntax
, expr, stmt, hasErrors);