8 references to Get
System.Private.Xml.Linq (8)
System\Xml\Linq\XContainer.cs (8)
906
XElement e = new XElement(_eCache.
Get
(r.NamespaceURI).GetName(r.LocalName));
911
e.AppendAttributeSkipNotify(new XAttribute(_aCache.
Get
(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value));
960
XElement e = new XElement(_eCache.
Get
(r.NamespaceURI).GetName(r.LocalName));
966
_aCache.
Get
(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName),
1020
XElement e = new XElement(_eCache.
Get
(r.NamespaceURI).GetName(r.LocalName));
1033
XAttribute a = new XAttribute(_aCache.
Get
(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value);
1134
XElement e = new XElement(_eCache.
Get
(r.NamespaceURI).GetName(r.LocalName));
1148
_aCache.
Get
(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName),