1 write to _nsManager
System.Private.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
65
_nsManager
= new XmlNamespaceManager(_nameTable);
11 references to _nsManager
System.Private.Xml (11)
System\Xml\Dom\DocumentSchemaValidator.cs (11)
171
IDictionary<string, string> dictionary =
_nsManager
.GetNamespacesInScope(scope);
223
_nsManager
.LookupNamespace(prefix) ??
227
_nsManager
.LookupPrefix(namespaceName) ??
236
return
_nsManager
;
322
_nsManager
.PushScope();
354
_nsManager
.AddNamespace(attr.Prefix.Length == 0 ? string.Empty : attr.LocalName, attr.Value);
382
_nsManager
.PopScope(); //Pop current namespace scope
672
_nsManager
.PushScope();
703
_nsManager
.AddNamespace(attr.Prefix.Length == 0 ? string.Empty : attr.LocalName, attr.Value);
713
_nsManager
.PopScope(); //Pop current namespace scope
762
XmlSchemaValidator findTypeValidator = new XmlSchemaValidator(_document.NameTable, _document.Schemas,
_nsManager
, XmlSchemaValidationFlags.None);