1 write to _annotationNSManager
System.Private.Xml (1)
System\Xml\Schema\Parser.cs (1)
210
_annotationNSManager
= new XmlNamespaceManager(_nameTable);
7 references to _annotationNSManager
System.Private.Xml (7)
System\Xml\Schema\Parser.cs (7)
208
if (
_annotationNSManager
== null)
277
_annotationNSManager
!.PushScope();
319
_annotationNSManager
!.PopScope();
354
_annotationNSManager
!.AddNamespace(r.Prefix.Length == 0 ? string.Empty : _reader.LocalName, _reader.Value);
361
string? ns =
_annotationNSManager
!.LookupNamespace(r.Prefix);
381
string? attNS =
_annotationNSManager
.LookupNamespace(r.Prefix);
412
_annotationNSManager
!.AddNamespace(prefix, value);