1 write to _block
Microsoft.CodeAnalysis.CSharp (1)
Binder\BlockBinder.cs (1)
30_block = block;
4 references to _block
Microsoft.CodeAnalysis.CSharp (4)
Binder\BlockBinder.cs (4)
35return BuildLocals(_block.Statements, this); 40return BuildLocalFunctions(_block.Statements); 54base.BuildLabels(_block.Statements, ref labels); 80return _block;