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