28 references to XSD_SCHEMA
System.Data.Common (28)
System\Data\DataSet.cs (14)
1703
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
1710
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1747
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
1754
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1819
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
1831
while (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2133
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2140
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2191
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2199
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2671
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2687
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2733
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2763
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
System\Data\DataTable.cs (9)
5822
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
5830
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
5891
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
5899
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
6084
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
6100
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
6156
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
6194
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
6417
while (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
System\Data\XmlDataLoader.cs (2)
505
if (parentElement.LocalName == Keywords.
XSD_SCHEMA
&& parentElement.NamespaceURI == Keywords.XSDNS ||
575
_XSD_SCHEMA = nameTable.Add(Keywords.
XSD_SCHEMA
);
System\Data\xmlsaver.cs (3)
586
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.
XSD_SCHEMA
, Keywords.XSDNS);
958
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.
XSD_SCHEMA
, Keywords.XSDNS);
1227
schemaEl = _dc!.CreateElement(Keywords.XSD_PREFIX, Keywords.
XSD_SCHEMA
, Keywords.XSDNS);