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