6 references to LookupPrefix
System.Private.DataContractSerialization (6)
System\Xml\XmlBaseWriter.cs (6)
159prefix = _nsMgr.LookupPrefix(ns); 183prefix = _nsMgr.LookupPrefix(ns.Value); 517prefix = _nsMgr.LookupPrefix(ns); 567prefix = _nsMgr.LookupPrefix(ns); 810return _nsMgr.LookupPrefix(ns); 815string? prefix = _nsMgr.LookupPrefix(namespaceUri);