114 references to XElement
dotnet-svcutil-lib (2)
dotnet-user-jwts (1)
dotnet-user-secrets (1)
illink (3)
Microsoft.AspNetCore.App.Analyzers.Test (2)
Microsoft.AspNetCore.DataProtection (18)
KeyManagement\XmlKeyManager.cs (9)
389new XElement(RevocationDateElementName, revocationDate),
391new XElement(KeyElementName,
393new XElement(ReasonElementName, reason));
527new XElement(CreationDateElementName, creationDate),
528new XElement(ActivationDateElementName, activationDate),
529new XElement(ExpirationDateElementName, expirationDate),
634new XElement(RevocationDateElementName, revocationDate),
635new XElement(KeyElementName,
637new XElement(ReasonElementName, reason));
Microsoft.AspNetCore.DataProtection.Tests (16)
KeyManagement\XmlKeyManagerTests.cs (10)
154new XElement("creationDate", creationDate),
155new XElement("activationDate", activationDate),
156new XElement("expirationDate", expirationDate));
253new XElement("creationDate", creationDate),
254new XElement("activationDate", activationDate),
255new XElement("expirationDate", expirationDate));
282new XElement("creationDate", creationDate),
283new XElement("activationDate", activationDate),
284new XElement("expirationDate", expirationDate));
712new XElement("revocationDate", revocationDate));
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
Microsoft.Build.Tasks.Core (5)
Microsoft.CodeAnalysis.CodeStyle (6)
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (4)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (3)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Microsoft.DotNet.Arcade.Sdk (3)
Microsoft.DotNet.Build.Tasks.Installers (5)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.SourceBuild.Tasks (8)
Microsoft.DotNet.VersionTools (2)
Microsoft.DotNet.XliffTasks (3)
Microsoft.Extensions.FileProviders.Embedded.Tests (3)
Microsoft.Maui.Resizetizer (2)
Microsoft.ML.Maml (1)
Microsoft.VisualStudio.LanguageServices (7)
Snippets\SnippetExpansionClient.cs (7)
659new XElement(snippetNamespace + "ID", new XText(parameter.Name)),
660new XElement(snippetNamespace + "Default", new XText(parameterValues.GetValueOrDefault(parameter.Name, "")))));
671new XElement(snippetNamespace + "ID", new XText(PlaceholderSnippetField)),
672new XElement(snippetNamespace + "Default", new XText(""))));
687new XElement(
694new XElement(snippetNamespace + "Title", new XText(methodName)),
695new XElement(snippetNamespace + "Description", new XText(s_fullMethodCallDescriptionSentinel))),
Stress.ApiService (1)
System.Private.Xml.Linq (2)
XmlFileLogger (1)