28 references to XSD_SCHEMA
System.Data.Common (28)
System\Data\DataSet.cs (14)
1706
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
1713
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1750
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
1757
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1822
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
1834
while (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2136
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2143
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2194
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2202
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2674
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2690
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2736
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS)
2766
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);