1 write to IsNull
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
725property.Entry.IsNull = true;
4 references to IsNull
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializer.cs (4)
496return entry.IsNull; 527result = atomProperty.Entry.IsNull; 637if (entry == null || entry.IsNull) 1056if (entry.IsNull)