1 write to projectionFound
System.Data.Services (1)
System\Data\Services\Providers\ExpandedProjectionNode.cs (1)
227this.projectionFound = value;
2 references to projectionFound
System.Data.Services (2)
System\Data\Services\Providers\ExpandedProjectionNode.cs (2)
222return this.projectionFound; 241Debug.Assert(!value || this.projectionFound, "Marking node to include all child properties requires the node to be projected.");