14 references to DIFFGRAM
System.Data.Common (14)
System\Data\DataSet.cs (6)
2120
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
2173
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
2207
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
2477
if ((reader.LocalName != Keywords.
DIFFGRAM
) && (reader.NamespaceURI != Keywords.DFFNS))
2644
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
2752
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
System\Data\DataTable.cs (7)
5713
if (reader.AttributeCount == 0 || (reader.LocalName == Keywords.
DIFFGRAM
&& reader.NamespaceURI == Keywords.DFFNS))
5793
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
5870
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
5913
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
6044
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
6171
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS))
6328
if ((reader.LocalName != Keywords.
DIFFGRAM
) && (reader.NamespaceURI != Keywords.DFFNS))
System\Data\xmlsaver.cs (1)
2359
_xmlw.WriteStartElement(Keywords.DFF, Keywords.
DIFFGRAM
, Keywords.DFFNS);