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)
1927
Debug.Assert(
_nsManager
!= null);
1928
return
_nsManager
.GetNamespacesInScope(scope);
1940
Debug.Assert(
_nsManager
!= null);
1941
return
_nsManager
.LookupNamespace(prefix);
1953
Debug.Assert(
_nsManager
!= null);
1954
return
_nsManager
.LookupPrefix(namespaceName);
2072
Debug.Assert(
_nsManager
!= null);
2073
_nsManager
.PushScope();
2111
Debug.Assert(
_nsManager
!= null);
2112
_nsManager
.AddNamespace(_coreReader.Prefix.Length == 0 ? string.Empty : _coreReader.LocalName, _coreReader.Value);
2148
Debug.Assert(
_nsManager
!= null);
2149
_nsManager
.PopScope();
2552
Debug.Assert(
_nsManager
!= null);
2553
_nsManager
.PopScope();
System\Xml\Core\XsdValidatingReaderAsync.cs (8)
571
Debug.Assert(
_nsManager
!= null);
572
_nsManager
.PushScope();
609
Debug.Assert(
_nsManager
!= null);
610
_nsManager
.AddNamespace(_coreReader.Prefix.Length == 0 ? string.Empty : _coreReader.LocalName, _coreReader.Value);
646
Debug.Assert(
_nsManager
!= null);
647
_nsManager
.PopScope();
890
Debug.Assert(
_nsManager
!= null);
891
_nsManager
.PopScope();