1 write to entityInScope
System.Data.Services.Client (1)
System\Data\Services\Client\ProjectionPathBuilder.cs (1)
58this.entityInScope = new Stack<bool>();
5 references to entityInScope
System.Data.Services.Client (5)
System\Data\Services\Client\ProjectionPathBuilder.cs (5)
73get { return this.entityInScope.Peek(); } 146this.entityInScope.Push(isEntityType); 161this.entityInScope.Push(isEntityType); 215this.entityInScope.Pop(); 228this.entityInScope.Pop();