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