9 references to Attribute
System.Data.Services.Client (2)
System\Data\Services\Client\AtomMaterializer.cs (2)
1484
string typeName = (string)element.
Attribute
(XName.Get(XmlConstants.AtomTypeAttributeName, XmlConstants.DataWebMetadataNamespace));
1495
var attribute = element.
Attribute
(XName.Get(localName, item.SegmentNamespaceUri));
System.Xml.Linq (7)
System\Xml\Linq\XComponentModel.cs (1)
125
return value = new XDeferredSingleton<XAttribute>((e, n) => e.
Attribute
(n), component as XElement, null);
System\Xml\Linq\XLinq.cs (5)
4349
XAttribute a =
Attribute
(name);
4974
if (
Attribute
(a.Name) != null) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_DuplicateAttribute));
4980
if (
Attribute
(a.Name) != null) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_DuplicateAttribute));
8376
XAttribute a = e.
Attribute
(name);
8396
XAttribute a = e.
Attribute
(name);
System\Xml\Linq\XNodeNavigator.cs (1)
768
if (e.
Attribute
(name) != null) {