3 writes to isV1Compatible
System.Data.Services (3)
System\Data\Services\Providers\BasicExpandProvider.cs (3)
697
this.
isV1Compatible
= true;
838
this.
isV1Compatible
= false;
851
this.
isV1Compatible
&= expandNode.isV1Compatible;
2 references to isV1Compatible
System.Data.Services (2)
System\Data\Services\Providers\BasicExpandProvider.cs (2)
773
get { return this.
isV1Compatible
; }
851
this.isV1Compatible &= expandNode.
isV1Compatible
;