2 writes to IsNull
System.Data.Services.Client (2)
System\Data\Services\Client\AtomParser.cs (2)
716
property.
IsNull
= true;
812
result.
IsNull
= Util.DoesNullAttributeSayTrue(this.reader);
7 references to IsNull
System.Data.Services.Client (7)
System\Data\Services\Client\AtomMaterializer.cs (6)
794
if (segmentIsLeaf && !atomProperty.Entry.EntityHasBeenResolved && !atomProperty.
IsNull
)
807
if (atomProperty.MaterializedValue == null && !atomProperty.
IsNull
)
1005
if (property == null || property.
IsNull
)
1221
if (atomProperty.
IsNull
)
1407
if (property.
IsNull
)
1954
if (!e.
IsNull
)
System\Data\Services\Client\AtomParser.cs (1)
813
result.Text = result.
IsNull
? null : String.Empty;