4 references to _aCache
System.Private.Xml.Linq (4)
System\Xml\Linq\XContainer.cs (4)
984
e.AppendAttributeSkipNotify(new XAttribute(
_aCache
.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value));
1044
_aCache
.Get(r.Prefix.Length == 0 ? string.Empty : 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);
1243
_aCache
.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName),