8 references to MSD_ERRORS
System.Data (8)
fx\src\data\System\Data\DataSet.cs (1)
2261
((reader.LocalName == Keywords.
MSD_ERRORS
) && (reader.NamespaceURI == Keywords.DFFNS)))
fx\src\data\System\Data\DataTable.cs (1)
5626
((reader.LocalName == Keywords.
MSD_ERRORS
) && (reader.NamespaceURI == Keywords.DFFNS)))
fx\src\data\System\Data\XMLDiffLoader.cs (4)
37
while (reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI==Keywords.DFFNS) {
39
Debug.Assert(reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI==Keywords.DFFNS, "something fishy");
66
while (reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI==Keywords.DFFNS) {
68
Debug.Assert(reader.LocalName == Keywords.
MSD_ERRORS
&& reader.NamespaceURI==Keywords.DFFNS, "something fishy");
fx\src\data\System\Data\xmlsaver.cs (2)
2110
_xmlw.WriteStartElement( Keywords.DFF, Keywords.
MSD_ERRORS
, Keywords.DFFNS );
2130
_xmlw.WriteStartElement( Keywords.DFF, Keywords.
MSD_ERRORS
, Keywords.DFFNS );