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