1 write to annotationNSManager
System.Xml (1)
System\Xml\Schema\Parser.cs (1)
186annotationNSManager = new XmlNamespaceManager(nameTable);
7 references to annotationNSManager
System.Xml (7)
System\Xml\Schema\Parser.cs (7)
185if (annotationNSManager == null) { 240annotationNSManager.PushScope(); 282annotationNSManager.PopScope(); 311annotationNSManager.AddNamespace(r.Prefix.Length == 0 ? string.Empty : reader.LocalName, reader.Value); 318string ns = annotationNSManager.LookupNamespace(r.Prefix); 333string attNS = annotationNSManager.LookupNamespace(r.Prefix); 359annotationNSManager.AddNamespace(prefix, value);