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)
34
BuildLocals(this,
_statement
, locals);
41
BuildLocalFunctions(
_statement
, ref locals);
57
BuildLabels(containingMethod,
_statement
, ref labels);
83
return
_statement
;