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)
171IDictionary<string, string> dictionary = _nsManager.GetNamespacesInScope(scope); 223_nsManager.LookupNamespace(prefix) ?? 227_nsManager.LookupPrefix(namespaceName) ?? 236return _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 762XmlSchemaValidator findTypeValidator = new XmlSchemaValidator(_document.NameTable, _document.Schemas, _nsManager, XmlSchemaValidationFlags.None);