10 references to Attributes
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
244
foreach (var attribute in e.
Attributes
())
System.Data.Services.Design (6)
System\Data\EntityModel\EntityClassGenerator.cs (2)
518
foreach (XAttribute attribute in e.
Attributes
())
540
XAttribute existingAttribute = e.
Attributes
().SingleOrDefault(a => a.Name.NamespaceName == XmlConstants.EdmV1dot2Namespace && a.Name.LocalName == attribute.Name.LocalName);
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (4)
294
foreach (XAttribute attribute in element.
Attributes
())
323
foreach (XAttribute attribute in element.
Attributes
())
356
foreach (XAttribute attribute in element.
Attributes
())
407
foreach (XAttribute attribute in element.
Attributes
())
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2605
/// <seealso cref="XElement.
Attributes
()"/>
2610
/// <seealso cref="XElement.
Attributes
()"/>
3715
/// <seealso cref="XElement.
Attributes
()"/>