1 write to _predefinedNamespaces
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
261_predefinedNamespaces = writer as IXmlNamespaceResolver;
10 references to _predefinedNamespaces
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (10)
279if (_predefinedNamespaces == null) 285string defaultNs = _predefinedNamespaces.LookupNamespace(string.Empty); 1331return (_predefinedNamespaces != null) ? _predefinedNamespaces.LookupPrefix(ns) : null; 1747if (_predefinedNamespaces != null) 1749string definedNs = _predefinedNamespaces.LookupNamespace(prefix); 1812if (_predefinedNamespaces != null) 1814string definedNs = _predefinedNamespaces.LookupNamespace(prefix); 2109return (_predefinedNamespaces != null) ? _predefinedNamespaces.LookupNamespace(prefix) : null;