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