2 writes to NumberFormat
System.Private.CoreLib (2)
48 references to NumberFormat
aspire (1)
Aspire.Dashboard (1)
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.Build (7)
Evaluation\Expander\ArgumentParser.cs (4)
202case string s when int.TryParse(s, NumberStyles.Integer, CultureInfo.InvariantCulture.NumberFormat, out arg):
234case string s when long.TryParse(s, NumberStyles.Integer, CultureInfo.InvariantCulture.NumberFormat, out arg):
258case string str when double.TryParse(str, NumberStyles.Number | NumberStyles.Float, CultureInfo.InvariantCulture.NumberFormat, out arg):
395return value is double || (value is string str && double.TryParse(str, NumberStyles.Number | NumberStyles.Float, CultureInfo.InvariantCulture.NumberFormat, out double _));
Microsoft.Build.Framework (4)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (1)
Microsoft.Data.Analysis (1)
Microsoft.Data.Analysis.Tests (1)
Microsoft.Maui.Controls (1)
Microsoft.ML.AutoML.Tests (2)
Microsoft.TemplateEngine.Core (2)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Microsoft.VisualBasic.Core (8)
NuGet.CommandLine.XPlat (1)
System.ComponentModel.TypeConverter (3)
System.Drawing.Common (1)
System.Private.CoreLib (4)
System.ServiceModel.Syndication (2)
System.Windows.Forms (2)