4 references to Get
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
3036XElement e = new XElement(eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 3039e.AppendAttributeSkipNotify(new XAttribute(aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value)); 3104XElement e = new XElement(eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 3113XAttribute a = new XAttribute(aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value);