1 write to _bindings
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Bindings.cs (1)
72
_bindings
= binding.Bindings;
9 references to _bindings
System.Core (9)
Microsoft\Scripting\Compiler\StackSpiller.Bindings.cs (9)
73
_bindingRewriters = new BindingRewriter[
_bindings
.Count];
74
for (int i = 0; i <
_bindings
.Count; i++) {
75
BindingRewriter br = BindingRewriter.Create(
_bindings
[i], spiller, stack);
86
MemberBinding[] newBindings = new MemberBinding[
_bindings
.Count];
87
for (int i = 0; i <
_bindings
.Count; i++) {
104
Expression[] block = new Expression[
_bindings
.Count + 2];
107
for (int i = 0; i <
_bindings
.Count; i++) {
114
block[
_bindings
.Count + 1] = Expression.Block(
119
block[
_bindings
.Count + 1] = Expression.Empty();