1 write to _scopes
System.Data.Entity (1)
System\Data\Objects\ELinq\BindingContext.cs (1)
57
_scopes
= new Stack<Binding>();
3 references to _scopes
System.Data.Entity (3)
System\Data\Objects\ELinq\BindingContext.cs (3)
66
_scopes
.Push(binding);
75
_scopes
.Pop();
80
cqtExpression =
_scopes