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