837 references to XAttribute
Aspire.Hosting.Maui (21)
Utilities\MauiEnvironmentHelper.cs (21)
100new XAttribute("Project", "$(MSBuildExtensionsPath)/v$(MSBuildToolsVersion)/Custom.After.Microsoft.Common.targets"), 101new XAttribute("Condition", "Exists('$(MSBuildExtensionsPath)/v$(MSBuildToolsVersion)/Custom.After.Microsoft.Common.targets')") 108itemGroup.Add(new XElement("_GeneratedAndroidEnvironment", new XAttribute("Include", $"{key}={value}"))); 115new XAttribute("Name", "AspireGenerateAndroidEnvironmentFiles"), 116new XAttribute("BeforeTargets", "_GenerateEnvironmentFiles"), 117new XAttribute("Condition", "'@(_GeneratedAndroidEnvironment)' != ''") 123new XAttribute("File", "$(IntermediateOutputPath)__aspire_environment__.txt"), 124new XAttribute("Lines", "@(_GeneratedAndroidEnvironment)"), 125new XAttribute("Overwrite", "True"), 126new XAttribute("WriteOnlyWhenDifferent", "True") 132new XElement("AndroidEnvironment", new XAttribute("Include", "$(IntermediateOutputPath)__aspire_environment__.txt")) 138new XElement("FileWrites", new XAttribute("Include", "$(IntermediateOutputPath)__aspire_environment__.txt")) 144new XAttribute("Files", "$(_AndroidStampDirectory)_GeneratePackageManagerJava.stamp") 283new XAttribute("Project", "$(MSBuildExtensionsPath)/v$(MSBuildToolsVersion)/Custom.After.Microsoft.Common.targets"), 284new XAttribute("Condition", "Exists('$(MSBuildExtensionsPath)/v$(MSBuildToolsVersion)/Custom.After.Microsoft.Common.targets')") 298new XAttribute("Include", $"{key}={encodedValue}"))); 306new XAttribute("Name", "AspireLogMlaunchEnvironmentVariables"), 307new XAttribute("AfterTargets", "PrepareForBuild"), 308new XAttribute("Condition", "'@(MlaunchEnvironmentVariables)' != ''"), 311new XAttribute("Importance", "High"), 312new XAttribute("Text", "Aspire forwarding mlaunch environment variables: @(MlaunchEnvironmentVariables, ', ')")
BuildBoss (4)
InternalsVisibleTo.cs (4)
31element.Add(new XAttribute("Include", TargetAssembly)); 36element.Add(new XAttribute("Key", PublicKey)); 41element.Add(new XAttribute("LoadsWithinVisualStudio", LoadsWithinVisualStudio)); 46element.Add(new XAttribute("WorkItem", WorkItem));
dotnet-svcutil-lib (14)
Shared\MSBuildProj.cs (12)
538this.ProjectReferceGroup.Add(new XElement("ProjectReference", new XAttribute("Include", dependency.FullPath))); 541this.ReferenceGroup.Add(new XElement("Reference", new XAttribute("Include", dependency.AssemblyName), new XElement("HintPath", dependency.FullPath))); 544this.PacakgeReferenceGroup.Add(new XElement("PackageReference", new XAttribute("Include", dependency.Name), new XAttribute("Version", dependency.Version))); 547this.ReferenceGroup.Add(new XElement("DotNetCliToolReference", new XAttribute("Include", dependency.Name), new XAttribute("Version", dependency.Version))); 562new XAttribute("CopyToOutputDirectory", "always"), 563new XAttribute("Include", Path.Combine(basePath, $"{framework}\\**")), 564new XAttribute("Link", $"{framework}/%(RecursiveDir)%(Filename)%(Extension)"))); 572new XAttribute("CopyToOutputDirectory", "always"), 573new XAttribute("Include", $"{basePath}\\{framework}\\**"), 574new XAttribute("Link", $"{framework}/%(RecursiveDir)%(Filename)%(Extension)")));
Shared\Utilities\RuntimeEnvironmentHelper.cs (2)
101addElement.Add(new XAttribute("key", feedName), new XAttribute("value", packageFeed));
EndToEnd.Tests (6)
GivenDotNetUsesMSBuild.cs (4)
56new XAttribute("Include", "dotnet-portable"), 57new XAttribute("Version", "1.0.0"))); 90new XAttribute("Include", "dotnet-prefercliruntime"), 91new XAttribute("Version", "1.0.0")));
Utilities\TestProjectCreator.cs (2)
64new XElement(ns + "PackageReference", new XAttribute("Include", PackageName)))); 69new XElement(ns + "FrameworkReference", new XAttribute("Include", PackageName))));
IIS.LongTests (4)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
1411new XAttribute("protocol", "https"), 1412new XAttribute("bindingInformation", $":{sslPort}:localhost")), 1414new XAttribute("protocol", "https"), 1415new XAttribute("bindingInformation", $":{anotherSslPort}:localhost")));
IIS.NewHandler.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
1411new XAttribute("protocol", "https"), 1412new XAttribute("bindingInformation", $":{sslPort}:localhost")), 1414new XAttribute("protocol", "https"), 1415new XAttribute("bindingInformation", $":{anotherSslPort}:localhost")));
IIS.NewShim.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
1411new XAttribute("protocol", "https"), 1412new XAttribute("bindingInformation", $":{sslPort}:localhost")), 1414new XAttribute("protocol", "https"), 1415new XAttribute("bindingInformation", $":{anotherSslPort}:localhost")));
IISExpress.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
1411new XAttribute("protocol", "https"), 1412new XAttribute("bindingInformation", $":{sslPort}:localhost")), 1414new XAttribute("protocol", "https"), 1415new XAttribute("bindingInformation", $":{anotherSslPort}:localhost")));
illink (4)
Metrics (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Metrics.Legacy (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.AspNetCore.App.Analyzers.Test (9)
RouteEmbeddedLanguage\RoutePatternParserTests.cs (9)
266new XAttribute("Name", parameter.Name), 267new XAttribute("IsCatchAll", parameter.IsCatchAll), 268new XAttribute("IsOptional", parameter.IsOptional), 269new XAttribute("EncodeSlashes", parameter.EncodeSlashes)); 272parameterElement.Add(new XAttribute("DefaultValue", parameter.DefaultValue)); 286new XAttribute("Message", d.Message), 287new XAttribute("Span", d.Span), 291=> new("Text", text.ToString(span)); 310element.Add(new XAttribute("value", token.Value));
Microsoft.AspNetCore.Authentication.Test (9)
CookieTests.cs (4)
1978xml.Add(result.Ticket.Principal.Claims.Select(claim => new XElement("claim", new XAttribute("type", claim.Type), new XAttribute("value", claim.Value)))); 1982xml.Add(result.Ticket.Properties.Items.Select(extra => new XElement("extra", new XAttribute("type", extra.Key), new XAttribute("value", extra.Value))));
TestExtensions.cs (5)
55new XElement("claim", new XAttribute("type", claim.Type), 56new XAttribute("value", claim.Value), 57new XAttribute("issuer", claim.Issuer)))); 73xml.Add(new XElement("token", new XAttribute("name", token.Name), 74new XAttribute("value", token.Value)));
Microsoft.AspNetCore.DataProtection (18)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (2)
44new XAttribute("algorithm", Configuration.EncryptionAlgorithm)); 49new XAttribute("algorithm", Configuration.ValidationAlgorithm));
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (3)
47new XAttribute("algorithm", Configuration.EncryptionAlgorithm), 48new XAttribute("keyLength", Configuration.EncryptionAlgorithmKeySize)); 55new XAttribute("algorithm", Configuration.HashAlgorithm));
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (2)
46new XAttribute("algorithm", Configuration.EncryptionAlgorithm), 47new XAttribute("keyLength", Configuration.EncryptionAlgorithmKeySize));
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (3)
46new XAttribute("algorithm", ManagedAlgorithmHelpers.TypeToFriendlyName(Configuration.EncryptionAlgorithmType)), 47new XAttribute("keyLength", Configuration.EncryptionAlgorithmKeySize)); 50new XAttribute("algorithm", ManagedAlgorithmHelpers.TypeToFriendlyName(Configuration.ValidationAlgorithmType)));
KeyManagement\XmlKeyManager.cs (7)
388new XAttribute(VersionAttributeName, 1), 392new XAttribute(IdAttributeName, RevokeAllKeysValue)), 525new XAttribute(IdAttributeName, keyId), 526new XAttribute(VersionAttributeName, 1), 531new XAttribute(DeserializerTypeAttributeName, descriptorXmlInfo.DeserializerType.AssemblyQualifiedName!), 633new XAttribute(VersionAttributeName, 1), 636new XAttribute(IdAttributeName, keyId)),
XmlEncryption\XmlEncryptionExtensions.cs (1)
151new XAttribute(XmlConstants.DecryptorTypeAttributeName, entry.Value.DecryptorType.AssemblyQualifiedName!),
Microsoft.AspNetCore.Identity.InMemory.Test (4)
FunctionalTest.cs (4)
412xml.Add(result.Principal.Claims.Select(claim => new XElement("claim", new XAttribute("type", claim.Type), new XAttribute("value", claim.Value)))); 416xml.Add(result.Properties.Items.Select(extra => new XElement("extra", new XAttribute("type", extra.Key), new XAttribute("value", extra.Value))));
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
XElementExtensions.cs (2)
38existing = new XElement(name, new XAttribute(attribute, attributeValue)); 47var innerElement = new XElement(name, new XAttribute(attribute, attributeValue));
Microsoft.Build.Tasks.Core (15)
AssemblyDependency\GenerateBindingRedirects.cs (9)
97new XAttribute("name", redirect.Key.Name), 98new XAttribute("publicKeyToken", ResolveAssemblyReference.ByteArrayToString(redirect.Key.GetPublicKeyToken())), 99new XAttribute("culture", String.IsNullOrEmpty(redirect.Key.CultureName) ? "neutral" : redirect.Key.CultureName)), 102new XAttribute("oldVersion", "0.0.0.0-" + redirect.Value), 103new XAttribute("newVersion", redirect.Value)))); 296new XAttribute("name", newName), 297new XAttribute( 300new XAttribute( 306attributes.Add(new XAttribute("processorArchitecture", newProcessorArchitecture.ToString()));
AssemblyDependency\ResolveAssemblyReference.cs (5)
1251assemblyIdentityAttributes.Add(new XAttribute("name", idealRemappingPartialAssemblyName.Name)); 1255assemblyIdentityAttributes.Add(new XAttribute("culture", String.IsNullOrEmpty(idealRemappingPartialAssemblyName.CultureName) ? "neutral" : idealRemappingPartialAssemblyName.CultureName)); 1258assemblyIdentityAttributes.Add(new XAttribute("publicKeyToken", ResolveAssemblyReference.ByteArrayToString(publicKeyToken))); 1269new XAttribute("oldVersion", "0.0.0.0-" + newVerStr), 1270new XAttribute("newVersion", newVerStr))));
CombineTargetFrameworkInfoProperties.cs (1)
49new("TargetFramework", new XAttribute("Name", EscapingUtilities.Escape(RootElementName))) :
Microsoft.Cci.Extensions (4)
Dgml\DgmlExtensions.cs (4)
42new XAttribute("Id", id), 43new XAttribute("Label", node)); 55new XAttribute("Source", source), 56new XAttribute("Target", target));
Microsoft.CodeAnalysis.Analyzers (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.AnalyzerUtilities (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.BannedApiAnalyzers (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.CodeStyle (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (12)
EmbeddedLanguages\Json\CSharpJsonParserTests.cs (4)
236element.Add(new XAttribute("Message", d.Message)); 238element.Add(new XAttribute("Start", d.Span.Start)); 239element.Add(new XAttribute("Length", d.Span.Length)); 307element.Add(new XAttribute("value", token.Value));
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests.cs (8)
189new XElement("Capture", new XAttribute("Name", kvp.Key), new XAttribute("Span", kvp.Value), GetTextAttribute(text, kvp.Value))), 191new XElement("Capture", new XAttribute("Name", kvp.Key), new XAttribute("Span", kvp.Value), GetTextAttribute(text, kvp.Value))))); 200new XAttribute("Message", d.Message), 201new XAttribute("Span", d.Span), 205=> new("Text", text.ToString(span)); 240element.Add(new XAttribute("value", token.Value));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Metadata\PE\LoadingNamespacesAndTypes.cs (2)
108elem.Add(new XAttribute("name", t.Name)); 112elem.Add(new XAttribute("arity", t.Arity));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
EmitMetadataTestBase.cs (5)
50elem.Add(new XAttribute("name", t.Name)); 66elem.Add(new XAttribute("Of", typeParams)); 71elem.Add(new XAttribute("base", t.BaseType().ToTestDisplayString())); 89elem.Add(new XAttribute("name", f.Name)); 90elem.Add(new XAttribute("type", f.Type.ToTestDisplayString()));
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.PublicApiAnalyzers (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.ResxSourceGenerator (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.SemanticSearch.Extensions (2)
ProjectModel.cs (2)
122new XAttribute("name", name), 123new XAttribute(XNamespace.Xml + "space", "preserve"),
Microsoft.CodeAnalysis.Test.Utilities (14)
InstrumentationChecker.cs (1)
273public static readonly XElement InstrumentationHelperSource = new XElement("file", new XAttribute("name", "c.vb"), InstrumentationHelperSourceStr);
Syntax\XmlHelpers.cs (13)
51xml.Add(new XAttribute("Type", info.ClassName)); 124new XAttribute("IsToken", false), 125new XAttribute("IsTrivia", true), 126new XAttribute("Kind", node.GetKind()), 127new XAttribute("IsMissing", node.IsMissing)); 165new XAttribute("IsToken", false), 166new XAttribute("IsTrivia", true), 167new XAttribute("Kind", token.GetKind()), 168new XAttribute("IsMissing", token.IsMissing)); 218new XAttribute("IsToken", false), 219new XAttribute("IsTrivia", true), 220new XAttribute("Kind", trivia.GetKind()), 221new XAttribute("IsMissing", false));
Microsoft.CodeAnalysis.Workspaces (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (14)
Workspaces\TestWorkspace_XmlCreation.cs (14)
91new XAttribute(AssemblyNameAttributeName, assemblyName), 92new XAttribute(LanguageAttributeName, language), 93commonReferences ? new XAttribute(CommonReferencesAttributeName, true) : null, 107return new XAttribute(LanguageVersionAttributeName, CodeAnalysis.CSharp.LanguageVersionFacts.ToDisplayString(csharpOptions.LanguageVersion)); 111return new XAttribute(LanguageVersionAttributeName, CodeAnalysis.VisualBasic.LanguageVersionFacts.ToDisplayString(vbOptions.LanguageVersion)); 127return new XAttribute(FeaturesAttributeName, value); 138return new XAttribute(DocumentationModeAttributeName, parseOptions.DocumentationMode); 192new XAttribute(FilePathAttributeName, filePath), 193new XAttribute(NormalizeAttributeName, false), 198element.Add(new XAttribute(FoldersAttributeName, folders)); 201element.Add(new XAttribute(MarkupAttributeName, isMarkup)); 209new XAttribute(FilePathAttributeName, hintName), 210new XAttribute(NormalizeAttributeName, false), 220new XAttribute(KindAttributeName, parseOptions.Kind));
Microsoft.DotNet.Build.Manifest (1)
XElementParsingExtensions.cs (1)
37.Select(pair => new XAttribute(pair.Key, pair.Value))
Microsoft.DotNet.Build.Tasks.Installers (8)
src\GenerateMacOSDistributionFile.cs (8)
66new XAttribute("id", component.GetMetadata("FileNameWithExtension")), 67new XAttribute("visible", "true"), 68new XAttribute("title", component.GetMetadata("Title")), 69new XAttribute("description", component.GetMetadata("Description")), 70new XElement("pkg-ref", new XAttribute("id", component.GetMetadata("FileNameWithExtension"))))); 87.Select(c => new XElement("line", new XAttribute("choice", c.Attribute("id").Value))); 91new XAttribute("id", component.GetMetadata("FileNameWithExtension")), 107optionsElement.Add(new XAttribute("hostArchitectures", hostArchitecture));
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
Vsix\FinalizeInsertionVsixFile.cs (1)
103systemComponent = new XAttribute(systemComponentName, true);
Microsoft.DotNet.Build.Tasks.Workloads (8)
Msi\MsiPayloadPackageProject.wix.cs (3)
62new XAttribute("Include", packageFile.Key), 63new XAttribute("Pack", "true"), 64new XAttribute("PackagePath", packageFile.Value)));
Msi\WorkloadPackGroupMsi.wix.cs (5)
95componentGroupRefElement.ReplaceWith(Enumerable.Range(1, _package.Packs.Count).Select(n => new XElement(ns + "ComponentGroupRef", new XAttribute("Id", "CG_PackageContents" + n)))); 105registryKeyElement.Add(new XElement(ns + "RegistryKey", new XAttribute("Key", pack.Id), 106new XElement(ns + "RegistryKey", new XAttribute("Key", pack.PackageVersion), 107new XElement(ns + "RegistryValue", new XAttribute("Value", ""), new XAttribute("Type", "string")))));
Microsoft.DotNet.PackageTesting (10)
VerifyClosure.cs (10)
361new XAttribute("Source", assembly.Name), 362new XAttribute("Target", reference.Name))); 370new XAttribute("Source", assembly.Name), 371new XAttribute("Target", moduleReference))); 381new XAttribute("Id", "native"), 382new XAttribute("Background", "Blue") 386new XAttribute("Id", "managed"), 387new XAttribute("Background", "Green") 401new XAttribute("Id", id), 402new XAttribute("Category", isNative ? "native": "managed")));
Microsoft.DotNet.SharedFramework.Sdk (23)
src\CreateFrameworkListFile.cs (13)
64?.Select(item => new XAttribute(item.ItemSpec, item.GetMetadata("Value"))) 160new XAttribute("Type", type), 161new XAttribute("Path", path)); 165element.Add(new XAttribute("Language", analyzerLanguage)); 171new XAttribute("Culture", Path.GetFileName(Path.GetDirectoryName(path)))); 177element.Add(new XAttribute("DropFromSingleFile", "true")); 201new XAttribute("AssemblyName", f.AssemblyName.Name), 202new XAttribute("PublicKeyToken", publicKeyTokenHex), 203new XAttribute("AssemblyVersion", f.AssemblyName.Version)); 211element.Add(new XAttribute("FileVersion", f.FileVersion)); 221element.Add(new XAttribute("Profile", profile)); 228element.Add(new XAttribute("ReferencedByDefault", referencedByDefault)); 246element.Add(new XAttribute("DropFromSingleFile", "true"));
src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (10)
361new XAttribute("Source", assembly.Name), 362new XAttribute("Target", reference.Name))); 370new XAttribute("Source", assembly.Name), 371new XAttribute("Target", moduleReference))); 381new XAttribute("Id", "native"), 382new XAttribute("Background", "Blue") 386new XAttribute("Id", "managed"), 387new XAttribute("Background", "Green") 401new XAttribute("Id", id), 402new XAttribute("Category", isNative ? "native": "managed")));
Microsoft.DotNet.SourceBuild.Tasks (4)
src\UsageReport\XmlParsingHelpers.cs (4)
17new XAttribute("Id", ident.Id), 18new XAttribute("Version", ident.Version.OriginalVersion)); 21value == null ? null : new XAttribute(name, value); 24value == false ? null : new XAttribute(name, value);
Microsoft.DotNet.XliffTasks (13)
Model\XElementExtensions.cs (3)
35targetElement = new XElement(Target, new XAttribute("state", "new")); 42targetElement.Add(new XAttribute("state", "new")); 76stateAttribute = new XAttribute("state", value);
Model\XlfDocument.cs (10)
50new XAttribute("xmlns", XliffNS.NamespaceName), 51new XAttribute(XNamespace.Xmlns + "xsi", XsiNS.NamespaceName), 52new XAttribute("version", "1.2"), 53new XAttribute(XsiNS + "schemaLocation", $"{XliffNS.NamespaceName} xliff-core-1.2-transitional.xsd"), 55new XAttribute("datatype", "xml"), 56new XAttribute("source-language", "en"), 57new XAttribute("target-language", targetLanguage), 58new XAttribute("original", "_"), // placeholder will be replaced on first update 189new XAttribute("id", sourceNode.Id), 191new XElement(Target, new XAttribute("state", "new"), sourceNode.Source),
Microsoft.DotNet.XliffTasks.Tests (2)
XElementExtensionsTests.cs (2)
85new XAttribute("state", "original state value"))); 121new XAttribute("state", "new"),
Microsoft.Extensions.FileProviders.Embedded.Tests (2)
Manifest\TestEntry.cs (2)
24new XElement("File", new XAttribute("Name", Name), new XElement("ResourcePath", ResourcePath)) : 25new XElement("Directory", new XAttribute("Name", Name), Children.Select(c => c.ToXElement()));
Microsoft.Maui.Resizetizer (2)
GeneratePackageAppxManifest.cs (2)
320 showname.Add(new XElement(xshowon, new XAttribute("Tile", "square150x150Logo"))); 322 showname.Add(new XElement(xshowon, new XAttribute("Tile", "wide310x150Logo")));
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
467new XAttribute("Kind", c.Kind),
Microsoft.NET.Build.Tasks (9)
GenerateToolsSettingsFile.cs (6)
65new XAttribute("Name", commandName)); 77packageNode.Add(new XAttribute("RuntimeIdentifier", toolPackageRuntimeIdentifier)); 80packageNode.Add(new XAttribute("Id", ridPackageId)); 89commandNode.Add(new XAttribute("EntryPoint", entryPointRelativePath), 90new XAttribute("Runner", commandRunner)); 94new XAttribute("Version", formatVersion),
WriteAppConfigWithSupportedRuntime.cs (3)
125new XAttribute("version", supportedRuntimeVersion)); 135new XAttribute("version", "v4.0"), 136new XAttribute("sku", $"{targetFrameworkIdentifier},Version={targetFrameworkVersion}{profileInSku}"));
Microsoft.NET.Build.Tasks.UnitTests (2)
GivenWriteAppConfigWithSupportedRuntimeTask.cs (2)
55new XAttribute("version", "v4.0"), 56new XAttribute("sku", ".NETFramework,Version=v4.7.2")))));
Microsoft.NET.Build.Tests (179)
COMReferenceTests.cs (3)
42new XAttribute("Include", "VSLangProj.dll"), 89new XAttribute("Include", vslangProj70ComRef), 101new XAttribute("Include", vslangProj80ComRef),
DepsFileSkipTests.cs (9)
204new XAttribute("Name", "AddFilesToSkip"), 205new XAttribute("BeforeTargets", "GenerateBuildDependencyFile"), 206new XAttribute("Condition", "'$(AddFileToSkip)' == 'true'")); 219new XAttribute("Include", "@(ResourceCopyLocalItems)"), 220new XAttribute("Condition", $"'%(DestinationSubPath)' == '{filenameToSkipWithCorrectSlash}'")); 227new XAttribute("Include", "@(ReferencePath);@(ReferenceDependencyPaths);@(RuntimePackAsset);@(NativeCopyLocalItems);@(ResourceCopyLocalItems);@(RuntimeTargetsCopyLocalItems)"), 228new XAttribute("Condition", $"'%(Filename)%(Extension)' == '{filenameToSkip}'")); 234new XAttribute("Include", "@(_FileToSkip)"), 235new XAttribute("KeepMetadata", "-None-"));
DesignTimeBuildTests.cs (2)
39new XAttribute("Name", "CollectFrameworkReferences"))); 216new XAttribute("Name", "CollectFrameworkReferences")));
GivenFrameworkReferences.cs (20)
204new XAttribute("Include", "NotAKnownFramework"))); 206new XAttribute("Include", "AnotherUnknownFramework"))); 243new XAttribute("Include", "Microsoft.ASPNETCORE.App"))); 285new XAttribute("Include", "NonExistentTestFrameworkReference"), 286new XAttribute("TargetFramework", "net5.0-notwindows7.0"), 287new XAttribute("RuntimeFrameworkName", "NonExistentTestFrameworkReference"), 288new XAttribute("DefaultRuntimeFrameworkVersion", "7.0"), 289new XAttribute("LatestRuntimeFrameworkVersion", "7.0"), 290new XAttribute("TargetingPackName", "NonExistentTestFrameworkReference"), 291new XAttribute("TargetingPackVersion", "7.0"))); 451new XAttribute("Include", "Microsoft.WindowsDesktop.App")); 811new XAttribute("Include", "Microsoft.NETCore.App"), 812new XAttribute("IsTrimmable", "false"))); 1088new XAttribute("Include", "Microsoft.NETCore.APP")); 1092new XAttribute("Update", "Microsoft.NETCore.App"), 1093new XAttribute("DefaultRuntimeFrameworkVersion", "3.0.0-defaultversion"), 1094new XAttribute("LatestRuntimeFrameworkVersion", "3.0.0-latestversion"), 1095new XAttribute("TargetingPackVersion", "3.0.0-targetingpackversion")); 1099new XAttribute("Update", "Microsoft.NETCore.App"), 1100new XAttribute("AppHostPackVersion", "3.0.0-apphostversion"));
GivenThatWeWantToBuildAComServerLibrary.cs (15)
158.WithProjectChanges(proj => proj.Root.Add(new XElement("ItemGroup", new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy1.tlb"))))); 176new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy1.tlb")), 177new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy2.tlb"))))); 197new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy1.tlb"), new XAttribute("Id", 1)), 198new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy2.tlb"), new XAttribute("Id", 1))))); 222new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy1.tlb"), new XAttribute("Id", id))))); 242new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy1.tlb"), new XAttribute("Id", 1)), 243new XElement("ComHostTypeLibrary", new XAttribute("Include", "dummy2.tlb"), new XAttribute("Id", 2))))); 258.WithProjectChanges(proj => proj.Root.Add(new XElement("ItemGroup", new XElement("ComHostTypeLibrary", new XAttribute("Include", "doesnotexist.tlb"))))); 275.WithProjectChanges(proj => proj.Root.Add(new XElement("ItemGroup", new XElement("ComHostTypeLibrary", new XAttribute("Include", "invalid.tlb")))));
GivenThatWeWantToBuildACrossTargetedLibrary.cs (2)
99new XAttribute(ns + "Condition", "'$(TargetFramework)' == 'netstandard1.5'"), 103new XAttribute(ns + "Condition", $"'$(TargetFramework)' == '{ToolsetInfo.CurrentTargetFramework}'"),
GivenThatWeWantToBuildADesktopExe.cs (9)
281propertyGroup.Element(ns + "RuntimeIdentifier").Add(new XAttribute("Condition", "'$(TargetFramework)' == 'net46'")); 478itemGroup.Add(new XElement(ns + "Reference", new XAttribute("Include", "System"))); 510new XAttribute("Include", "NewtonSoft.Json"), 511new XAttribute("Version", ToolsetInfo.GetNewtonsoftJsonPackageVersion()))); 574new XAttribute("Include", "System.Security.Cryptography.Algorithms"), 575new XAttribute("Version", "4.3.0"))); 659new XAttribute("Include", "System.Net.Http")); 728new XAttribute("Include", "System.Net.Http")); 841new XAttribute("version", "v999")))));
GivenThatWeWantToBuildADesktopExeWtihNetStandardLib.cs (16)
45new XAttribute("Include", $@"..\{LibraryName}\{LibraryName}.csproj"))); 53new XAttribute("Include", LibraryName), 59new XAttribute("Include", binaryPath))); 199new XAttribute("Include", "NETStandard.Library"), 200new XAttribute("Version", "1.6.1"))); 205new XAttribute("Name", "CheckForConflicts"), 206new XAttribute("AfterTargets", "_HandlePackageFileConflicts")); 210new XAttribute("Files", "@(_ConflictPackageFiles)"), 211new XAttribute("Path", TestContext.Current.ToolsetUnderTest.GetMicrosoftNETBuildExtensionsPath()), 213new XAttribute("TaskParameter", "InPath"), 214new XAttribute("ItemName", "_ConflictsInSupportLibs")) 217new XAttribute("Condition", "'@(_ConflictsInSupportLibs)' == ''"), 218new XAttribute("Importance", "High"), 219new XAttribute("Text", successMessage))); 221new XAttribute("Condition", "'@(_ConflictsInSupportLibs)' != ''"), 222new XAttribute("Text", "Found conflicts under support libs: @(_ConflictsInSupportLibs)")));
GivenThatWeWantToBuildADesktopLibrary.cs (12)
98itemGroup.Add(new XElement(ns + "Reference", new XAttribute("Include", "System.Net.Http"))); 358new XAttribute("Include", "NETStandard.Library"), 359new XAttribute("Version", "2.0.3"))); 364new XAttribute("Include", dependency.Item1), 365new XAttribute("Version", dependency.Item2))); 418new XAttribute("Include", "System.Net.Http"), 419new XAttribute("Version", "4.3.2"))); 423new XAttribute("Include", "System.Net.Http"))); 483new XAttribute("Include", "System.Net.Http"), 531new XAttribute("Name", "Repro"), 532new XAttribute("DependsOnTargets", "RunResolvePublishAssemblies"), 533new XAttribute("BeforeTargets", "BeforeBuild")));
GivenThatWeWantToBuildALibrary.cs (1)
428itemGroup.Add(new XElement(ns + "SdkSupportedTargetPlatformVersion", new XAttribute("Include", targetPlatform)));
GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs (2)
57new XAttribute("Name", "_IsProjectRestoreSupported"), 58new XAttribute("Returns", "@(_ValidProjectsForRestore)"));
GivenThatWeWantToBuildANetCoreApp.cs (4)
350new XAttribute("Include", dependency.Item1), 351new XAttribute("Version", dependency.Item2))); 472new XAttribute("Include", dependency.Item1), 473new XAttribute("Version", dependency.Item2)));
GivenThatWeWantToBuildANetStandard2Library.cs (2)
63new XAttribute("Include", dependency.Item1), 64new XAttribute("Version", dependency.Item2)));
GivenThatWeWantToBuildAWindowsRuntimeComponent.cs (1)
227new XAttribute("Include", @"..\SimpleMathComponent\SimpleMathComponent.vcxproj")));
GivenThatWeWantToControlGeneratedAssemblyInfo.cs (17)
118new XAttribute("Name", "InitializeSourceControlInformation"), 149new XAttribute("Name", "InitializeSourceControlInformation"), 181new XAttribute("Name", "_SetSourceRevisionId"), 182new XAttribute("BeforeTargets", "InitializeSourceControlInformation"), 188new XAttribute("Name", "InitializeSourceControlInformation"))); 217new XAttribute("Name", "_SetSourceRevisionId"), 218new XAttribute("BeforeTargets", "InitializeSourceControlInformation"), 224new XAttribute("Name", "InitializeSourceControlInformation"))); 353new XAttribute("Include", "Tests")))); 547new XAttribute("Include", "Tests")))); 572new XAttribute("Include", "Tests"), 573new XAttribute("Key", "00240000048000009400000006020000002400005253413100040000010001001d3e6bbb36e11ea61ceff6e1022b23dd779fc6230838db2d25a2c7c8433b3fcf86b16c25b281fc3db1027c0675395e7d0548e6add88b6a811962bf958101fa9e243b1618313bee11f5e3b3fefda7b1d1226311b6cc2d07e87ff893ba6890b20082df34a0aac14b605b8be055e81081a626f8c69e9ed4bbaa4eae9f94a35accd2")))); 600new XAttribute("Include", "Tests")))); 625new XAttribute("Include", "MetadataKey"), 626new XAttribute("Value", "MetadataValue")))); 653new XAttribute("Include", "MetadataKey"), 654new XAttribute("Value", "MetadataValue"))));
GivenThatWeWantToCopyPPFileToOutput.cs (4)
67itemGroup.Add(new XElement(ns + "Content", new XAttribute("Include", "Nontransformed.ps1"), 68new XAttribute("PackageCopyToOutput", "true"))); 69itemGroup.Add(new XElement(ns + "Content", new XAttribute("Include", "Test.ps1.pp"), 70new XAttribute("PackageCopyToOutput", "true")));
GivenThatWeWantToGenerateADepsFileForATool.cs (2)
127new XAttribute("Include", toolProject.Name), 128new XAttribute("Version", "1.0.0")));
GivenThatWeWantToReferenceAProject.cs (10)
215new XAttribute("Include", "script.sh"), new XAttribute("CopyToOutputDirectory", "PreserveNewest")); 221new XAttribute("Include", childPath)); 225new XAttribute("Name", "WriteOutput"), 226new XAttribute("DependsOnTargets", "GetCopyToOutputDirectoryItems"), 227new XAttribute("BeforeTargets", "_CopyOutOfDateSourceItemsToOutputDirectory")); 266new XElement(ns + "Content", new XAttribute("Include", "a.txt"), new XAttribute("CopyToOutputDirectory", "PreserveNewest")))); 329new XAttribute("Condition", $@"'$(TargetFramework)' == '{tfm}'")); 331new XAttribute("Include", Path.Combine(path, "..", "..", testProjectA.Name, $"{testProjectA.Name}.csproj")));
GivenThatWeWantToResolveConflicts.cs (3)
165new XAttribute("Include", @"$(NuGetPackageRoot)/microsoft.visualstudio.composition/15.8.112/lib/net45/Microsoft.VisualStudio.Composition.dll"), 166new XAttribute("Private", "true"))); 219new XAttribute("Include", "Microsoft.AspNetCore.App")));
GivenThatWeWantToTargetNet471.cs (3)
312new XAttribute("Include", "System.Net.Http"), 313new XAttribute("Aliases", "snh")); 462new XElement(ns + "None", new XAttribute("Include", "app.config")));
GivenThatWeWantToUseAnalyzers.cs (5)
174new XElement(ns + "FrameworkReference", new XAttribute("Include", "Microsoft.AspNetCore.App")))); 240new XAttribute("Include", "Microsoft.DependencyValidation.Analyzers"), 241new XAttribute("Version", "0.9.0")), 243new XAttribute("Include", "Microsoft.CodeQuality.Analyzers"), 244new XAttribute("Version", "2.6.0"))));
GivenThereAreDefaultItems.cs (20)
113itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", "**\\*.cs"))); 155itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", "..\\Shared\\**\\*.cs"))); 191itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Remove", "Excluded\\**\\*.cs"))); 228itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", "obj\\Class2.cs"))); 264itemGroup.Add(new XElement(ns + "EmbeddedResource", new XAttribute("Include", "CSharpAsResource.cs"))); 265itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Remove", "CSharpAsResource.cs"))); 314itemGroup.Add(new XElement(ns + "Content", new XAttribute("Include", "CSharpAsContent.cs"), 315new XAttribute("CopyToOutputDirectory", "true"))); 316itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Remove", "CSharpAsContent.cs"))); 382itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", testProject.Name + ".cs"))); 383itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", testProject.Name + "Program.cs"))); 454itemGroup.Add(new XElement(ns + "None", new XAttribute("Update", "@(None)"), new XAttribute("CopyToOutputDirectory", "PreserveNewest"))); 499itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", "Program.cs"))); 526itemGroup.Add(new XElement(ns + "Compile", new XAttribute("Include", @"**\*.cs"))); 567new XAttribute("Include", "netstandard.Library"), new XAttribute("Version", "1.6.1"))); 598new XAttribute("Include", "Microsoft.NETCore.App"))); 639new XAttribute("Include", "Microsoft.NETCore.App"))); 642new XAttribute("Include", "Microsoft.NETCore.App")));
KnownRuntimePackTests.cs (13)
86new XAttribute("Update", "Microsoft.NETCore.App"), 87new XAttribute("RuntimePackLabels", "Mono")); 120new XAttribute("Update", "Microsoft.AspNetCore.App"), 121new XAttribute("RuntimePackExcludedRuntimeIdentifiers", "android")); 144new XAttribute("Include", "Microsoft.NETCore.App"), 145new XAttribute("TargetFramework", "net5.0"), 146new XAttribute("RuntimeFrameworkName", "Microsoft.NETCore.App"), 147new XAttribute("DefaultRuntimeFrameworkVersion", "5.0.0-preview1"), 148new XAttribute("LatestRuntimeFrameworkVersion", "5.0.0-preview1.1"), 149new XAttribute("RuntimePackNamePatterns", "Microsoft.NETCore.App.Runtime.Mono.**RID**"), 150new XAttribute("RuntimePackRuntimeIdentifiers", "linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86;ios-arm64;ios-arm;iossimulator-x64;iossimulator-arm64;iossimulator-x86;tvos-arm64;tvossimulator-x64;tvossimulator-arm64;android-arm64;android-arm;android-x64;android-x86;browser-wasm;maccatalyst-x64;maccatalyst-arm64"), 151new XAttribute("IsTrimmable", "true"), 152new XAttribute("RuntimePackLabels", "Mono"));
NonCopyLocalProjectReferenceTests.cs (1)
44?.Add(new XAttribute("Private", "False")));
ReferenceExeTests.cs (1)
258new XAttribute("Condition", $"'$(TargetFramework)' == '{ToolsetInfo.CurrentTargetFramework}'"));
SourceLinkTests.cs (2)
272testAsset = WithItems(testAsset, ("PackageReference", new[] { new XAttribute("Include", "Microsoft.SourceLink.GitHub"), new XAttribute("Version", "1.0.0") }));
Microsoft.NET.Pack.Tests (4)
GivenThatWeWantToPackACppCliProject.cs (2)
36itemGroup.Add(new XElement(ns + "PackageReference", new XAttribute("Include", package), 37new XAttribute("Version", version)));
GivenThatWeWantToPackANetFrameworkLibrary.cs (2)
53new XElement(pns + "Reference", new XAttribute("Include", "System")), 54new XElement(pns + "Reference", new XAttribute("Include", "System.Xml.Linq"))));
Microsoft.NET.Publish.Tests (55)
GivenThatWeWantToExcludeAPackageFromPublish.cs (10)
32itemGroup.Add(new XElement(ns + "PackageReference", new XAttribute("Include", "NEWTONSOFT.Json"), 33new XAttribute("Version", ToolsetInfo.GetNewtonsoftJsonPackageVersion()), 34new XAttribute("PrivateAssets", "All"))); 82itemGroup.Add(new XElement(ns + "PackageReference", new XAttribute("Include", "Newtonsoft.Json"), 83new XAttribute("Version", ToolsetInfo.GetNewtonsoftJsonPackageVersion()), 84new XAttribute("Publish", "false"))); 132itemGroup.Add(new XElement(ns + "PackageReference", new XAttribute("Include", "Newtonsoft.Json"), 133new XAttribute("Version", ToolsetInfo.GetNewtonsoftJsonPackageVersion()), 134new XAttribute("PrivateAssets", "All"), 135new XAttribute("Publish", "true")));
GivenThatWeWantToPublishAHelloWorldProject.cs (2)
301new XAttribute("Include", dependency.Item1), 302new XAttribute("Version", dependency.Item2)));
GivenThatWeWantToPublishAnAotApp.cs (7)
548new XAttribute("Update", "@(KnownILCompilerPack)"), 1034new XAttribute("BeforeTargets", "PrepareForILLink"), 1035new XAttribute("Name", targetName)); 1041new XAttribute("Condition", $"'%(FileName)' == '{assemblyName}'"), 1042new XAttribute(key, value)))); 1273new XAttribute("Include", "key1"), 1274new XAttribute("Value", "value1"))));
GivenThatWeWantToPublishASingleFileApp.cs (19)
145target.ReplaceAttributes(new XAttribute[] { new XAttribute("Name", "AfterAfterSdkPublish"), new XAttribute("AfterTargets", "AfterSdkPublish") }); 147message.ReplaceAttributes(new XAttribute[] { new XAttribute("Importance", "High"), new XAttribute("Text", "Executed AfterAfterSdkPublish") }); 1045new XAttribute("Name", targetName), 1046new XAttribute("BeforeTargets", "GenerateSingleFileBundle"), 1047new XAttribute("DependsOnTargets", "PrepareForBundle")); 1054new XAttribute("Condition", "'@(FilesToBundle->AnyHaveMetadataValue('RelativePath', 'System.Private.CoreLib.dll'))' != 'true'"), 1055new XAttribute("Text", "System.Private.CoreLib.dll is not in FilesToBundle list"))); 1063new XAttribute("Condition", $"'$(AppHostFile)' != '{host}'"), 1064new XAttribute("Text", $"AppHostFile expected to be: '{host}' actually: '$(AppHostFile)'"))); 1095new XAttribute("Name", targetName), 1096new XAttribute("BeforeTargets", "GenerateSingleFileBundle"), 1097new XAttribute("DependsOnTargets", "PrepareForBundle")); 1110new XAttribute("SourceFiles", "@(FilesToBundle)"), 1111new XAttribute("DestinationFiles", "@(FilesToBundle->'%(FullPath).renamed')"), 1112new XAttribute("Condition", "'%(FilesToBundle.RelativePath)' == 'SingleFileTest.dll'"))); 1125new XAttribute("Remove", "@(FilesToBundle)"), 1126new XAttribute("Condition", "'%(FilesToBundle.RelativePath)' == 'SingleFileTest.dll'"))));
GivenThatWeWantToRunILLink.cs (12)
156new XAttribute("Remove", "Microsoft.NET.ILLink.Tasks")))); 1878new XAttribute("Include", rootDescriptorFileName))); 1901new XAttribute("BeforeTargets", "PrepareForILLink"), 1902new XAttribute("Name", targetName)); 1908new XAttribute("Condition", $"'%(FileName)' == '{assemblyName}'"), 1909new XAttribute(key, value)))); 1942new XAttribute("BeforeTargets", "PrepareForILLink"), 1943new XAttribute("Name", "_EnableNonFrameworkTrimming")); 1951new XAttribute("Include", "@(IntermediateAssembly->'%(FullPath)')"))); 1982new XAttribute("Include", "DisableFeature"), 1983new XAttribute("Value", "true"), 1984new XAttribute("Trim", trim.ToString()))));
PublishTestUtils.cs (4)
120new XAttribute("Condition", "'$(TargetFramework)' == 'alias-ns2'"), 124new XAttribute("Condition", "'$(TargetFramework)' == 'alias-n6'"), 128new XAttribute("Condition", "'$(TargetFramework)' == 'alias-n7'"), 132new XAttribute("Condition", "'$(TargetFramework)' == 'alias-n8'"),
PublishWebApp.cs (1)
35new XAttribute("Include", "Microsoft.AspNetCore.App")));
Microsoft.NET.Restore.Tests (9)
GivenThatWeWantAutomaticTargetingPackReferences.cs (8)
80new XAttribute("Include", $"Microsoft.NETFramework.ReferenceAssemblies"), 81new XAttribute("Version", $"1.0.0-preview.2"))); 146new XAttribute("Include", $"Newtonsoft.Json"), 147new XAttribute("Version", ToolsetInfo.GetNewtonsoftJsonPackageVersion()))); 149new XAttribute("Include", $"sqlite"), 150new XAttribute("Version", $"3.13.0"))); 152new XAttribute("Include", $"Microsoft.NETFramework.ReferenceAssemblies"), 153new XAttribute("Version", $"1.0.0")));
GivenThatWeWantToIgnoreObsoleteDotNetCliToolPackages.cs (1)
36new XAttribute("Include", obsoletePackageId)));
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (7)
BlazorWriteSatelliteAssemblyFile.cs (3)
35new XAttribute("Name", item.ItemSpec), 36new XAttribute("Culture", item.GetMetadata("Culture")), 37new XAttribute("DestinationSubDirectory", item.GetMetadata("DestinationSubDirectory"))));
CreateBlazorTrimmerRootDescriptorFile.cs (4)
52new XAttribute("fullname", "*"), 53new XAttribute("required", typeRequired), 58attributes.Add(new XAttribute("preserve", typePreserved)); 62new XAttribute("fullname", assemblyName),
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (19)
WasmBuildIntegrationTest.cs (5)
581itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", @"..\classlibrarywithsatelliteassemblies\classlibrarywithsatelliteassemblies.csproj"))); 675new XAttribute("Include", "classlibrarywithsatelliteassemblies"), 676new XAttribute("HintPath", referenceAssemblyPath))); 751new XAttribute("Include", "classlibrarywithsatelliteassemblies"), 752new XAttribute("HintPath", referenceAssemblyPath)));
WasmBuildLazyLoadTest.cs (6)
27new XAttribute("Include", "RazorClassLibrary.wasm"))); 79new XAttribute("Include", "RazorClassLibrary.wasm"))); 131new XAttribute("Include", "RazorClassLibrary.wasm"))); 183new XAttribute("Include", "RazorClassLibrary.wasm"))); 235new XAttribute("Include", "RazorClassLibraryInvalid.wasm"))); 256new XAttribute("Include", "RazorClassLibraryInvalid.wasm")));
WasmJsModulesIntegrationTests.cs (3)
178new XAttribute("Update", "wwwroot\\blazorwasm-minimal.lib.module.build.js"), 179new XAttribute("CopyToPublishDirectory", "Never"), 180new XAttribute("TargetPath", "wwwroot\\blazorwasm-minimal.lib.module.js"))));
WasmPublishIntegrationTest.cs (5)
551itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", @"..\classlibrarywithsatelliteassemblies\classlibrarywithsatelliteassemblies.csproj"))); 741itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", @"..\classlibrarywithsatelliteassemblies\classlibrarywithsatelliteassemblies.csproj"))); 1156itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", @"..\classlibrarywithsatelliteassemblies\classlibrarywithsatelliteassemblies.csproj"))); 1583new XAttribute("Include", "classlibrarywithsatelliteassemblies"), 1584new XAttribute("HintPath", referenceAssemblyPath)));
Microsoft.NET.Sdk.Publish.Tasks (5)
Tasks\GenerateEnvTransform.cs (4)
77new XElement("environmentVariable", new XAttribute("name", envVariable.Key), 78new XAttribute("value", envVariable.Value), 79new XAttribute(xdt + "Locator", "Match(name)"), 80new XAttribute(xdt + "Transform", "InsertIfMissing"));
WebConfigTransform.cs (1)
123new XAttribute("arguments", (appPath + " " + (string?)argumentsAttribute).Trim()));
Microsoft.NET.Sdk.Publish.Tasks.Tests (2)
WebConfigTransformTests.cs (2)
247new XElement("environmentVariable", new XAttribute("name", "ENVVAR"), new XAttribute("value", "123"));
Microsoft.NET.Sdk.Razor.Tests (3)
BuildIntegrationTest.cs (2)
197itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", "..\\AnotherClassLib\\AnotherClassLib.csproj"))); 236itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", "..\\ClassLibraryMvc21\\ClassLibraryMvc21.csproj")));
PublishIntegrationTest.cs (1)
166itemGroup.Add(new XElement("ProjectReference", new XAttribute("Include", "..\\AnotherClassLib\\AnotherClassLib.csproj")));
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
GenerateStaticWebAssetEndpointsPropsFile.cs (1)
55new XAttribute("Include", element.Route),
GenerateStaticWebAssetsPropsFile.cs (1)
72new XAttribute("Include", fullPathExpression),
Legacy\GenerateStaticWebAssetsPropsFile50.cs (1)
63new XAttribute("Include", fullPathExpression),
Legacy\GenerateV1StaticWebAssetsManifest.cs (3)
40new XAttribute("Version", "1.0"), 124new XAttribute("BasePath", normalizedBasePath), 125new XAttribute("Path", normalizedContentRoot)));
StaticWebAssetsGeneratePackagePropsFile.cs (1)
30root.Add(new XElement("Import", new XAttribute("Project", element)));
Microsoft.NET.Sdk.StaticWebAssets.Tests (22)
JsModulesIntegrationTest.cs (3)
298new XAttribute("Update", "wwwroot\\AnotherClassLib.lib.module.build.js"), 299new XAttribute("CopyToPublishDirectory", "Never"), 300new XAttribute("TargetPath", "wwwroot\\AnotherClassLib.lib.module.js"))));
ScopedCssIntegrationTests.cs (1)
75var element = new XElement("ScopedCssInput", new XAttribute("Include", @"Styles\Pages\Counter.css"));
StaticWebAssetEndpointsIntegrationTest.cs (5)
299new XAttribute("Update", "wwwroot/app.js"), 300new XAttribute("CopyToPublishDirectory", "Never")), 302new XAttribute("Update", "wwwroot/app.publish.js"), 303new XAttribute("TargetPath", "wwwroot/app.js"), 304new XAttribute("CopyToPublishDirectory", "PreserveNewest"))));
StaticWebAssetsIntegrationTest.cs (12)
480sdkAttribute = new XAttribute("Sdk", "Microsoft.NET.Sdk"); 487project.Root.AddFirst(new XElement("Import", new XAttribute("Project", "ExternalStaticAssets.targets"))); 535sdkAttribute = new XAttribute("Sdk", "Microsoft.NET.Sdk"); 542project.Root.AddFirst(new XElement("Import", new XAttribute("Project", "ExternalStaticAssets.targets"))); 554new XAttribute("Include", "Version"), 555new XAttribute("Pattern", ".*(?<fingerprint>v\\d{1})\\.js$")))); 587new XAttribute("Update", "wwwroot\\file.build.txt"), 588new XAttribute("TargetPath", "wwwroot\\file.txt"), 589new XAttribute("CopyToPublishDirectory", "Never")), 591new XAttribute("Update", "wwwroot\\file.publish.txt"), 592new XAttribute("TargetPath", "wwwroot\\file.txt"), 593new XAttribute("CopyToOutputDirectory", "Never"))));
StaticWebAssetsPackIntegrationTest.cs (1)
20var element = new XElement("StaticWebAsset", new XAttribute("Include", @"bundle\js\pkg-direct-dep.js"));
Microsoft.NET.TestFramework (35)
Commands\GetValuesCommand.cs (7)
107new XAttribute("Name", TargetName), 108ShouldCompile ? new XAttribute("DependsOnTargets", DependsOnTargets) : null); 128new XAttribute("Include", linesAttribute))); 132new XAttribute("File", $@"bin\$(Configuration)\$(TargetFramework)\{_valueName}Values.txt"), 133new XAttribute("Lines", "@(LinesToWrite)"), 134new XAttribute("Overwrite", bool.TrueString), 135new XAttribute("Encoding", "Unicode")));
NuGetConfigWriter.cs (2)
25new XAttribute("key", Guid.NewGuid().ToString()), 26new XAttribute("value", nugetSources[i] ?? string.Empty)
ProjectConstruction\TestProject.cs (22)
193new XAttribute(includeOrUpdate, packageReference.ID)); 196packageReferenceElement.Add(new XAttribute("Version", packageReference.Version)); 200packageReferenceElement.Add(new XAttribute("PrivateAssets", packageReference.PrivateAssets)); 204packageReferenceElement.Add(new XAttribute("Aliases", packageReference.Aliases)); 208packageReferenceElement.Add(new XAttribute("Publish", packageReference.Publish)); 216new XAttribute("Include", $"{dotnetCliToolReference.ID}"), 217new XAttribute("Version", $"{dotnetCliToolReference.Version}"))); 281item.Add(new XAttribute(attribute.Key, attribute.Value)); 312new XAttribute("Include", $"../{referencedProject.Name}/{referencedProject.Name}{referencedProject.TargetExtension}"))); 329new XAttribute("Include", reference))); 340new XAttribute("Include", frameworkReference))); 349new XAttribute("Name", copyFilesTarget.TargetName), 350new XAttribute("AfterTargets", copyFilesTarget.TargetToRunAfter)); 353new XAttribute("SourceFiles", copyFilesTarget.SourceFiles), 354new XAttribute("DestinationFolder", copyFilesTarget.Destination)); 382new XAttribute("Name", "WritePropertyValues"), 383new XAttribute("BeforeTargets", "AfterBuild")); 394new XAttribute("Include", $"{propertyName}: $({propertyName})"))); 399new XAttribute("File", $@"$(BaseIntermediateOutputPath)\$(Configuration)\$(TargetFramework)\PropertyValues.txt"), 400new XAttribute("Lines", "@(LinesToWrite)"), 401new XAttribute("Overwrite", bool.TrueString), 402new XAttribute("Encoding", "Unicode")));
Utilities\ProjectModification.cs (4)
16XElement target = new(ns + "Target", new XAttribute("Name", "DisplayMessages"), 17new XAttribute("BeforeTargets", beforeTargets)); 20target.Add(new XElement(ns + "Message", new XAttribute("Text", "Important text"), 21new XAttribute("Importance", "high")));
Microsoft.NET.ToolPack.Tests (2)
GivenThatWeWantToPackAToolProjectWithComplexNugetDependency.cs (2)
65itemGroup.Add(new XElement(ns + "PackageReference", new XAttribute("Include", "System.Data.SqlClient"), 66new XAttribute("Version", ToolsetInfo.GetSystemDataSqlClientPackageVersion())));
Microsoft.VisualStudio.LanguageServices (2)
Snippets\SnippetExpansionClient.cs (2)
689new XAttribute(snippetNamespace + "Format", "1.0.0"), 699new XAttribute(snippetNamespace + "Language", "csharp"),
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\RuleSetDocumentExtensions.cs (4)
86new XAttribute("Id", id), 87new XAttribute("Action", "Warning")); 103new XAttribute("AnalyzerId", analyzerID), 104new XAttribute("RuleNamespace", analyzerID));
Roslyn.Diagnostics.Analyzers (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
System.Private.Xml.Linq (9)
System\Xml\Linq\XContainer.cs (4)
911e.AppendAttributeSkipNotify(new XAttribute(_aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value)); 965e.AppendAttributeSkipNotify(new XAttribute( 1033XAttribute a = new XAttribute(_aCache.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value); 1147XAttribute a = new XAttribute(
System\Xml\Linq\XElement.cs (2)
1230AppendAttribute(new XAttribute(name, value)); 2071XAttribute a = new XAttribute(XNamespace.Get(r.Prefix.Length == 0 ? string.Empty : r.NamespaceURI).GetName(r.LocalName), r.Value);
System\Xml\Linq\XNodeBuilder.cs (1)
91XAttribute a = new XAttribute(_attrName!, _attrValue!);
System\Xml\Schema\XNodeValidator.cs (1)
288a = new XAttribute(XNamespace.Get(sa.QualifiedName.Namespace).GetName(sa.QualifiedName.Name), GetDefaultValue(sa)!);
System\Xml\XPath\XNodeNavigator.cs (1)
843System.Threading.Interlocked.CompareExchange(ref s_XmlNamespaceDeclaration, new XAttribute(XNamespace.Xmlns.GetName("xml"), xmlPrefixNamespace), null);
Text.Analyzers (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
117new XAttribute(XmlAttribute_SerializationVersion, SerializationVersion), 118new XAttribute(XmlAttribute_Type, GetTypeNameForSerialization()), 119new XAttribute(XmlAttribute_Value, GetValueForSerialization()), 120new XAttribute(XmlAttribute_DiagnosticSeverity, Notification.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (6)
466new XAttribute(nameof(ID), ID), 467new XAttribute(nameof(Name), Name), 468new XAttribute(nameof(Prefix), Prefix ?? string.Empty), 469new XAttribute(nameof(Suffix), Suffix ?? string.Empty), 470new XAttribute(nameof(WordSeparator), WordSeparator ?? string.Empty), 471new XAttribute(nameof(CapitalizationScheme), CapitalizationScheme));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferences.cs (1)
344new XAttribute("SerializationVersion", s_serializationVersion),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SerializableNamingRule.cs (3)
27new XAttribute(nameof(SymbolSpecificationID), SymbolSpecificationID), 28new XAttribute(nameof(NamingStyleID), NamingStyleID), 29new XAttribute(nameof(EnforcementLevel), EnforcementLevel.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (2)
215new XAttribute(nameof(ID), ID), 216new XAttribute(nameof(Name), Name),
XmlFileLogger (19)
LogProcessNode.cs (1)
131propElement.Add(new XElement("Property", new XAttribute("Name", p.Key)) { Value = p.Value });
ObjectModel\Build.cs (5)
48new XAttribute("BuildSucceeded", buildFinishedEventArgs.Succeeded), 49new XAttribute("StartTime", StartTime), 50new XAttribute("EndTime", EndTime), 51new XAttribute("Errors", errorCount), 52new XAttribute("Warnings", warningCount));
ObjectModel\Item.cs (1)
76element.Add(new XAttribute(xmlAttributeName, Text));
ObjectModel\Message.cs (1)
36element.Add(new XElement("Message", new XAttribute("Timestamp", _timestamp), new XText(_message)));
ObjectModel\Project.cs (4)
99new XAttribute("Name", Name.Replace("\"", string.Empty)), 100new XAttribute("StartTime", StartTime), 101new XAttribute("EndTime", EndTime), 102new XAttribute("ProjectFile", _projectFile));
ObjectModel\Target.cs (3)
36new XAttribute("Name", Name), 37new XAttribute("StartTime", StartTime), 38new XAttribute("EndTime", EndTime));
ObjectModel\Task.cs (4)
50new XAttribute("Name", Name), 51new XAttribute("FromAssembly", _fromAssembly), 52new XAttribute("StartTime", StartTime), 53new XAttribute("EndTime", EndTime));
xunit.console (1)
ConsoleRunner.cs (1)
306assembliesElement.Add(new XAttribute("timestamp", DateTime.Now.ToString(CultureInfo.InvariantCulture)));