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