10 references to XSD_NS_START
System.Data.Common (10)
System\Data\DataSet.cs (6)
1710
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
1754
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
2140
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
2199
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
2687
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
2763
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
System\Data\DataTable.cs (4)
5830
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
5899
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
6100
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))
6194
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI.StartsWith(Keywords.
XSD_NS_START
, StringComparison.Ordinal))