8 references to Get
System.Private.Xml.Linq (8)
System\Xml\Linq\XContainer.cs (8)
979XElement e = new XElement(_eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 984e.AppendAttributeSkipNotify(new XAttribute(_aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value)); 1038XElement e = new XElement(_eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 1044_aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), 1107XElement e = new XElement(_eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 1120XAttribute a = new XAttribute(_aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value); 1229XElement e = new XElement(_eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 1243_aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName),