29 references to XSD_SCHEMA
System.Data (29)
fx\src\data\System\Data\DataSet.cs (15)
1580
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
1586
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1615
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
1621
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1674
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
1683
while (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
1945
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
1951
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
1995
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
2002
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2389
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
2401
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
2440
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI == Keywords.XSDNS) {
2465
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal))
3293
elem.RefName = new XmlQualifiedName(Keywords.
XSD_SCHEMA
, Keywords.XSDNS);
fx\src\data\System\Data\DataTable.cs (9)
5190
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI==Keywords.XSDNS) {
5197
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal)) {
5248
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI==Keywords.XSDNS) {
5255
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal)) {
5406
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI==Keywords.XSDNS) {
5417
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal)) {
5461
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI==Keywords.XSDNS) {
5491
if (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI.StartsWith(Keywords.XSD_NS_START, StringComparison.Ordinal)) {
5673
while (reader.LocalName == Keywords.
XSD_SCHEMA
&& reader.NamespaceURI==Keywords.XSDNS) {
fx\src\data\System\Data\XmlDataLoader.cs (2)
455
if (parentElement.LocalName == Keywords.
XSD_SCHEMA
&& parentElement.NamespaceURI == Keywords.XSDNS ||
553
XSD_SCHEMA = nameTable.Add(Keywords.
XSD_SCHEMA
);
fx\src\data\System\Data\xmlsaver.cs (3)
502
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.
XSD_SCHEMA
, Keywords.XSDNS);
814
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.
XSD_SCHEMA
, Keywords.XSDNS);
1035
schemaEl = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.
XSD_SCHEMA
, Keywords.XSDNS);