2 writes to rootCollection
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs (2)
513this.rootCollection = false; 689this.rootCollection = true;
2 references to rootCollection
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs (2)
250Debug.Assert(!this.rootCollection, "Must be a child collection to have the Observer setter called."); 505if (!this.rootCollection)