8 references to MSD_ERRORS
System.Data.Common (8)
System\Data\DataSet.cs (1)
2517
((reader.LocalName == Keywords.
MSD_ERRORS
) && (reader.NamespaceURI == Keywords.DFFNS)))
System\Data\DataTable.cs (1)
6359
((reader.LocalName == Keywords.
MSD_ERRORS
) && (reader.NamespaceURI == Keywords.DFFNS)))
System\Data\XMLDiffLoader.cs (4)
30
while (reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI == Keywords.DFFNS)
33
Debug.Assert(reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI == Keywords.DFFNS, "something fishy");
67
while (reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI == Keywords.DFFNS)
70
Debug.Assert(reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI == Keywords.DFFNS, "something fishy");
System\Data\xmlsaver.cs (2)
2446
_xmlw.WriteStartElement(Keywords.DFF, Keywords.
MSD_ERRORS
, Keywords.DFFNS);
2470
_xmlw.WriteStartElement(Keywords.DFF, Keywords.
MSD_ERRORS
, Keywords.DFFNS);