1 write to _nsManager
System.Private.Xml (1)
System\Xml\Core\XsdValidatingReader.cs (1)
134_nsManager = new XmlNamespaceManager(_coreReaderNameTable);
22 references to _nsManager
System.Private.Xml (22)
System\Xml\Core\XsdValidatingReader.cs (14)
1927Debug.Assert(_nsManager != null); 1928return _nsManager.GetNamespacesInScope(scope); 1940Debug.Assert(_nsManager != null); 1941return _nsManager.LookupNamespace(prefix); 1953Debug.Assert(_nsManager != null); 1954return _nsManager.LookupPrefix(namespaceName); 2072Debug.Assert(_nsManager != null); 2073_nsManager.PushScope(); 2111Debug.Assert(_nsManager != null); 2112_nsManager.AddNamespace(_coreReader.Prefix.Length == 0 ? string.Empty : _coreReader.LocalName, _coreReader.Value); 2148Debug.Assert(_nsManager != null); 2149_nsManager.PopScope(); 2552Debug.Assert(_nsManager != null); 2553_nsManager.PopScope();
System\Xml\Core\XsdValidatingReaderAsync.cs (8)
571Debug.Assert(_nsManager != null); 572_nsManager.PushScope(); 609Debug.Assert(_nsManager != null); 610_nsManager.AddNamespace(_coreReader.Prefix.Length == 0 ? string.Empty : _coreReader.LocalName, _coreReader.Value); 646Debug.Assert(_nsManager != null); 647_nsManager.PopScope(); 890Debug.Assert(_nsManager != null); 891_nsManager.PopScope();