1 write to _annotationNSManager
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
215
_annotationNSManager
= new XmlNamespaceManager(_nameTable);
7 references to _annotationNSManager
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (7)
213
if (
_annotationNSManager
== null)
280
_annotationNSManager
.PushScope();
322
_annotationNSManager
.PopScope();
357
_annotationNSManager
.AddNamespace(r.Prefix.Length == 0 ? string.Empty : _reader.LocalName, _reader.Value);
364
string ns =
_annotationNSManager
.LookupNamespace(r.Prefix);
384
string attNS =
_annotationNSManager
.LookupNamespace(r.Prefix);
415
_annotationNSManager
.AddNamespace(prefix, value);