8 references to Local
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1603
if (XmlNamespaceScope.
Local
== scope) {
System\Xml\Dom\DocumentSchemaValidator.cs (1)
162
if (scope != XmlNamespaceScope.
Local
) {
System\Xml\Dom\XmlNodeReader.cs (2)
865
if ( scope == XmlNamespaceScope.
Local
) {
876
if ( scope != XmlNamespaceScope.
Local
) {
System\Xml\XmlNamespacemanager.cs (2)
218
case XmlNamespaceScope.
Local
:
235
if ( uri.Length > 0 || prefix.Length > 0 || scope == XmlNamespaceScope.
Local
) {
System\Xml\XPath\XPathNavigator.cs (2)
425
if ((nt != XPathNodeType.Element && scope != XmlNamespaceScope.
Local
) || nt == XPathNodeType.Attribute || nt == XPathNodeType.Namespace) {
446
if (prefix.Length != 0 || ns.Length != 0 || scope == XmlNamespaceScope.
Local
)