1 write to expectingSingleValue
System.Data.Services.Client (1)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
112this.expectingSingleValue = ClientConvert.IsKnownNullableType(elementType);
6 references to expectingSingleValue
System.Data.Services.Client (6)
System\Data\Services\Client\MaterializeFromAtom.cs (6)
126Type materializerType = GetTypeForMaterializer(this.expectingSingleValue, this.elementType, out implementationType); 292GetTypeForMaterializer(this.expectingSingleValue, this.elementType, out implementationType); 321if (this.expectingSingleValue && this.moved) 427if ((this.expectingSingleValue && !this.moved) || (!this.expectingSingleValue && !this.materializer.IsEndOfStream)) 436if (this.expectingSingleValue || this.materializer.CurrentFeed == null)