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