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