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