14 references to XDR_SCHEMA
System.Data (14)
fx\src\data\System\Data\DataSet.cs (6)
1574
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI == Keywords.XDRNS) {
1609
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI == Keywords.XDRNS) {
1939
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI == Keywords.XDRNS) {
1987
if (!fSchemaFound && !fDataFound && reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI == Keywords.XDRNS) {
2376
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI == Keywords.XDRNS) {
2425
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI == Keywords.XDRNS) {
fx\src\data\System\Data\DataTable.cs (4)
5182
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI==Keywords.XDRNS) {
5240
if (!fSchemaFound && !fDataFound && reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI==Keywords.XDRNS) {
5394
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI==Keywords.XDRNS) {
5448
if (reader.LocalName == Keywords.
XDR_SCHEMA
&& reader.NamespaceURI==Keywords.XDRNS) {
fx\src\data\System\Data\XDRSchema.cs (2)
44
Debug.Assert(FEqualIdentity(schemaRoot, Keywords.
XDR_SCHEMA
, Keywords.XDRNS), "Illegal node");
77
FEqualIdentity(node, Keywords.
XDR_SCHEMA
, Keywords.XDRNS) ||
fx\src\data\System\Data\XmlDataLoader.cs (2)
457
parentElement.LocalName == Keywords.
XDR_SCHEMA
&& parentElement.NamespaceURI == Keywords.XDRNS)
549
XDR_SCHEMA = nameTable.Add(Keywords.
XDR_SCHEMA
);