1 write to _statement
Microsoft.CodeAnalysis.CSharp (1)
Binder\EmbeddedStatementBinder.cs (1)
28_statement = statement;
4 references to _statement
Microsoft.CodeAnalysis.CSharp (4)
Binder\EmbeddedStatementBinder.cs (4)
34BuildLocals(this, _statement, locals); 41BuildLocalFunctions(_statement, ref locals); 57BuildLabels(containingMethod, _statement, ref labels); 83return _statement;