10 references to Attributes
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
244foreach (var attribute in e.Attributes())
System.Data.Services.Design (6)
System\Data\EntityModel\EntityClassGenerator.cs (2)
518foreach (XAttribute attribute in e.Attributes()) 540XAttribute existingAttribute = e.Attributes().SingleOrDefault(a => a.Name.NamespaceName == XmlConstants.EdmV1dot2Namespace && a.Name.LocalName == attribute.Name.LocalName);
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (4)
294foreach (XAttribute attribute in element.Attributes()) 323foreach (XAttribute attribute in element.Attributes()) 356foreach (XAttribute attribute in element.Attributes()) 407foreach (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()"/>