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