1 write to isParentAJoinStack
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
514isParentAJoinStack = new Stack<bool>();
7 references to isParentAJoinStack
System.Data.Entity (7)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (7)
241get { return isParentAJoinStack.Count == 0 ? false : isParentAJoinStack.Peek(); } 547Debug.Assert(isParentAJoinStack.Count == 0); 3061isParentAJoinStack.Push(needsJoinContext ? true : false); 3069isParentAJoinStack.Pop(); 3084isParentAJoinStack.Push(false); 3086isParentAJoinStack.Pop();