1 write to _nsManager
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
71_nsManager = new XmlNamespaceManager(_nameTable);
11 references to _nsManager
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (11)
179IDictionary<string, string> dictionary = _nsManager.GetNamespacesInScope(scope); 232string namespaceName = _nsManager.LookupNamespace(prefix); 242string prefix = _nsManager.LookupPrefix(namespaceName); 256return _nsManager; 344_nsManager.PushScope(); 376_nsManager.AddNamespace(attr.Prefix.Length == 0 ? string.Empty : attr.LocalName, attr.Value); 402_nsManager.PopScope(); //Pop current namespace scope 701_nsManager.PushScope(); 732_nsManager.AddNamespace(attr.Prefix.Length == 0 ? string.Empty : attr.LocalName, attr.Value); 741_nsManager.PopScope(); //Pop current namespace scope 788XmlSchemaValidator findTypeValidator = new XmlSchemaValidator(_document.NameTable, _document.Schemas, _nsManager, XmlSchemaValidationFlags.None);