242 references to Name
aspire (3)
Aspire.Dashboard (14)
Aspire.Dashboard.Tests (4)
Aspire.Hosting (3)
Aspire.Hosting.Tests (7)
datacollector (2)
datacollector.arm64 (2)
dotnet (1)
dotnet-aot (1)
dotnet-svcutil-lib (6)
GenerateDocumentationAndConfigFiles (1)
Microsoft.AspNetCore.Components.Endpoints (6)
Microsoft.AspNetCore.Components.Web (1)
Microsoft.AspNetCore.Components.WebAssembly (8)
Microsoft.AspNetCore.Components.WebAssembly.Server (4)
Microsoft.AspNetCore.Localization (5)
Microsoft.AspNetCore.Mvc.Razor (3)
Microsoft.Build (2)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.Core (14)
BootstrapperUtil\BootstrapperBuilder.cs (12)
1672package = builder.Product.Packages.Package(ci.Name);
1730results.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Warning, "GenerateBootstrapper.UsingProductCulture", ci.Name, builder.Name, builder.Product.Packages.Item(0).Culture));
1742Package package = builder.Product.Packages.Package(altCulture.Name);
1747results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Warning, "GenerateBootstrapper.UsingProductCulture", culture.Name, builder.Name, altCulture.Name));
1870results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Warning, "GenerateBootstrapper.UsingResourcesCulture", ci.Name, altCulturePair.Key));
1878if (altCulture != null && _cultures.TryGetValue(altCulture.Name, out XmlNode cultureNode))
1882results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Warning, "GenerateBootstrapper.UsingResourcesCulture", culture.Name, altCulture.Name));
2250return Util.DefaultCultureInfo.Name;
2256return ci.Name;
2261return Util.DefaultCultureInfo.Name;
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.Scripting (3)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.DotNet.Cli.Utils (2)
Microsoft.DotNet.TemplateLocator (1)
Microsoft.Extensions.Localization (4)
Microsoft.Maui.Graphics (1)
Microsoft.NET.Build.Tasks (2)
Microsoft.NET.Sdk.WorkloadManifestReader (1)
Microsoft.TemplateEngine.Edge (7)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
Mono.Cecil (1)
NuGet.CommandLine.XPlat (2)
NuGet.Protocol (1)
PresentationCore (4)
PresentationFramework (5)
ReachFramework (1)
System.ComponentModel.TypeConverter (2)
System.Diagnostics.PerformanceCounter (16)
System.Private.CoreLib (48)
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.FullGlobalizationData.Unix.cs (10)
42if (GlobalizationMode.Invariant || uiCulture.Name.Length == 0 || uiCulture.TwoLetterISOLanguageName == "en")
47GetDisplayName(UtcId, Interop.Globalization.TimeZoneDisplayNameType.Standard, uiCulture.Name, ref standardDisplayName);
80if (uiCulture.Name.Length == 0)
92GetDisplayName(timeZoneId, Interop.Globalization.TimeZoneDisplayNameType.Standard, UICulture.Name, ref displayName);
97GetDisplayName(timeZoneId, Interop.Globalization.TimeZoneDisplayNameType.DaylightSavings, UICulture.Name, ref displayName);
177GetDisplayName(timeZoneId, Interop.Globalization.TimeZoneDisplayNameType.Generic, uiCulture.Name, ref genericName);
186GetDisplayName(timeZoneId, Interop.Globalization.TimeZoneDisplayNameType.GenericLocation, uiCulture.Name, ref genericLocationName);
193GetDisplayName(GmtId, Interop.Globalization.TimeZoneDisplayNameType.GenericLocation, uiCulture.Name, ref gmtLocationName);
203GetDisplayName(GmtId, Interop.Globalization.TimeZoneDisplayNameType.Generic, uiCulture.Name, ref gmtGenericName);
237string exemplarCityName = GetExemplarCityName(timeZoneId, uiCulture.Name);
System.Private.Xml (4)
System.ServiceModel.Primitives (4)
System.ServiceModel.Primitives.Tests (1)
System.Speech (9)
Internal\Synthesis\TextWriterEngine.cs (5)
41_writer.WriteAttributeString("xml", "lang", null, culture != null ? culture.Name : _culture!.Name);
120_writer.WriteAttributeString("xml", "lang", null, culture.Name);
144_writer.WriteAttributeString("xml", "lang", null, culture.Name);
217_writer.WriteAttributeString("xml", "lang", null, culture.Name);
System.Text.RegularExpressions (2)
System.Text.RegularExpressions.Generator (3)
System.Windows.Forms (2)
System.Windows.Forms.Design (2)
testhost (2)
testhost.arm64 (2)
testhost.x86 (2)
vstest.console (2)
vstest.console.arm64 (2)