235 references to XElement
dotnet-svcutil-lib (2)
dotnet-user-jwts (1)
dotnet-user-secrets (1)
GenerateDocumentationAndConfigFiles (8)
illink (3)
Metrics (8)
Metrics.Legacy (8)
Microsoft.AspNetCore.App.Analyzers.Test (4)
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.CodeAnalysis.Analyzers (8)
Microsoft.CodeAnalysis.AnalyzerUtilities (8)
Microsoft.CodeAnalysis.BannedApiAnalyzers (8)
Microsoft.CodeAnalysis.CodeStyle (8)
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (12)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (8)
Microsoft.CodeAnalysis.PublicApiAnalyzers (8)
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
Microsoft.CodeAnalysis.Workspaces (8)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (3)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Manifest (1)
Microsoft.DotNet.Build.Tasks.Installers (5)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.SourceBuild.Tasks (6)
Microsoft.DotNet.XliffTasks (3)
Microsoft.DotNet.XliffTasks.Tests (17)
XElementExtensionsTests.cs (17)
18new XElement(Source, "source text"),
19new XElement(Target, "target text"));
31new XElement(Source, "source text"),
32new XElement(Target, string.Empty));
43new(TransUnit,
44new XElement(Source, "source text"));
56new XElement(Source, "source text"),
57new XElement(Target, "original target text"),
70new XElement(Source, "source text"),
83new(TransUnit,
84new XElement(Target,
96new(TransUnit,
119new XElement(Source, "soruce text"),
134new XElement(Source, "soruce text"),
135new XElement(Target, "target text"));
146new(TransUnit,
147new XElement(Source, "soruce text"));
Microsoft.Extensions.AI.Evaluation.Safety (3)
Microsoft.Extensions.FileProviders.Embedded.Tests (3)
Microsoft.Maui.Resizetizer (2)
Microsoft.ML.Maml (1)
Microsoft.VisualStudio.LanguageServices (7)
Snippets\SnippetExpansionClient.cs (7)
657new XElement(snippetNamespace + "ID", new XText(parameter.Name)),
658new XElement(snippetNamespace + "Default", new XText(parameterValues.GetValueOrDefault(parameter.Name, "")))));
669new XElement(snippetNamespace + "ID", new XText(PlaceholderSnippetField)),
670new XElement(snippetNamespace + "Default", new XText(""))));
685new XElement(
692new XElement(snippetNamespace + "Title", new XText(methodName)),
693new XElement(snippetNamespace + "Description", new XText(s_fullMethodCallDescriptionSentinel))),
Roslyn.Diagnostics.Analyzers (8)
Stress.ApiService (1)
System.Private.Xml.Linq (2)
Test.Utilities (8)
Text.Analyzers (8)
XmlFileLogger (1)