5 references to LookupPrefix
System.Runtime.Serialization (5)
System\Xml\XmlBaseWriter.cs (5)
166
prefix = nsMgr.
LookupPrefix
(ns);
191
prefix = nsMgr.
LookupPrefix
(ns.Value);
467
prefix = nsMgr.
LookupPrefix
(ns);
651
return nsMgr.
LookupPrefix
(ns);
663
string prefix = nsMgr.
LookupPrefix
(namespaceUri);