3 references to DoesNullAttributeSayTrue
System.Data.Services.Client (3)
System\Data\Services\Client\AtomParser.cs (1)
812
result.IsNull = Util.
DoesNullAttributeSayTrue
(this.reader);
System\Data\Services\Client\MaterializeFromAtom.cs (1)
562
bool empty = checkNullAttribute && !Util.
DoesNullAttributeSayTrue
(reader);
System\Data\Services\Client\Xml\XmlAtomErrorReader.cs (1)
67
bool empty = checkNullAttribute && !Util.
DoesNullAttributeSayTrue
(reader);