6 references to Elements
System.Data.Services.Design (3)
System\Data\EntityModel\EntityClassGenerator.cs (3)
464
XElement dataServiceElement = root.
Elements
().Where(e => e.Name.LocalName == XmlConstants.EdmxDataServicesElement).FirstOrDefault();
474
schemaElements.AddRange(dataServiceElement.
Elements
().Where(IsSchemaV2));
558
foreach (var child in e.
Elements
())
System.Xml.Linq (3)
System\Xml\Linq\XComponentModel.cs (1)
265
return value = new XDeferredAxis<XElement>((e, n) => n != null ? e.Elements(n) : e.
Elements
(), component as XElement, null);
System\Xml\Linq\XLinq.cs (2)
2555
/// <seealso cref="XContainer.
Elements
()"/>
3702
/// <seealso cref="XContainer.
Elements
()"/>