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)
213if (_annotationNSManager == null) 280_annotationNSManager.PushScope(); 322_annotationNSManager.PopScope(); 357_annotationNSManager.AddNamespace(r.Prefix.Length == 0 ? string.Empty : _reader.LocalName, _reader.Value); 364string ns = _annotationNSManager.LookupNamespace(r.Prefix); 384string attNS = _annotationNSManager.LookupNamespace(r.Prefix); 415_annotationNSManager.AddNamespace(prefix, value);