1 write to _firstScopeIndex
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1518
_firstScopeIndex
= firstScopeIndex;
2 references to _firstScopeIndex
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
1527
get { return
_firstScopeIndex
; }
1546
return (scopeIndex >=
_firstScopeIndex
);