14 references to XElement
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
3343XElement complexProperty = new XElement(((XNamespace)this.DataNamespace) + property.PropertyName);
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (2)
234new XElement(HtmlBodyElementName))); 268contentTd = new XElement(HtmlTdElementName)));
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
3036XElement e = new XElement(eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 3104XElement e = new XElement(eCache.Get(r.NamespaceURI).GetName(r.LocalName)); 3480public XElement(XName name, object content) : this(name) { 3532internal XElement() : this("default") { 8003AddNode(new XElement(XNamespace.Get(namespaceName).GetName(localName)));
XamlBuildTask (6)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (6)
154XElement newItemGroup = new XElement(XName.Get("ItemGroup", MSBuildNamespace)); 158XElement newElement = new XElement(XName.Get(itemName, MSBuildNamespace)); 176XElement newItemGroup = new XElement(XName.Get("ItemGroup", MSBuildNamespace)); 180XElement newResource = new XElement(XName.Get("EmbeddedResource", MSBuildNamespace)); 207XElement newPropertyGroup = new XElement(XName.Get("PropertyGroup", MSBuildNamespace)); 213XElement newElement = new XElement(XName.Get(prop.Name, MSBuildNamespace));