2 writes to dataServiceCollectionAvailable
System.Data.Services.Client (2)
System\Data\Services\Client\WebUtil.cs (2)
42
dataServiceCollectionAvailable
= GetDataServiceCollectionOfTType() != null;
47
dataServiceCollectionAvailable
= false;
3 references to dataServiceCollectionAvailable
System.Data.Services.Client (3)
System\Data\Services\Client\WebUtil.cs (3)
38
if (
dataServiceCollectionAvailable
== null)
51
Debug.Assert(
dataServiceCollectionAvailable
!= null, "observableCollectionOfTAvailable must not be null here.");
53
return (bool)
dataServiceCollectionAvailable
;