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)
208if (_annotationNSManager == null) 277_annotationNSManager!.PushScope(); 319_annotationNSManager!.PopScope(); 354_annotationNSManager!.AddNamespace(r.Prefix.Length == 0 ? string.Empty : _reader.LocalName, _reader.Value); 361string? ns = _annotationNSManager!.LookupNamespace(r.Prefix); 381string? attNS = _annotationNSManager.LookupNamespace(r.Prefix); 412_annotationNSManager!.AddNamespace(prefix, value);