6 references to _scopes
System.Data.Entity (6)
System\Data\Common\EntitySql\StaticContext.cs (6)
445
_scopes
.Add(new Scope(_keyComparer));
454
_scopes
.RemoveAt(CurrentScopeIndex);
465
return
_scopes
.Count - 1;
476
return
_scopes
[CurrentScopeIndex];
491
return
_scopes
[scopeIndex];
514
_scopes
.RemoveRange(scopeIndex + 1, CurrentScopeIndex - scopeIndex);