14 references to DIFFGRAM
System.Data (14)
fx\src\data\System\Data\DataSet.cs (6)
1931
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
1976
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
2005
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
2231
if ((reader.LocalName != Keywords.
DIFFGRAM
) && (reader.NamespaceURI != Keywords.DFFNS))
2364
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
2454
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
fx\src\data\System\Data\DataTable.cs (7)
5102
if (reader.AttributeCount == 0 || (reader.LocalName == Keywords.
DIFFGRAM
&& reader.NamespaceURI == Keywords.DFFNS)) {
5165
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
5229
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
5265
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
5374
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
5473
if ((reader.LocalName == Keywords.
DIFFGRAM
) && (reader.NamespaceURI == Keywords.DFFNS)) {
5603
if ((reader.LocalName != Keywords.
DIFFGRAM
) && (reader.NamespaceURI != Keywords.DFFNS))
fx\src\data\System\Data\xmlsaver.cs (1)
2039
_xmlw.WriteStartElement(Keywords.DFF, Keywords.
DIFFGRAM
, Keywords.DFFNS);