94 references to None
aspire (2)
Aspire.Dashboard (1)
Aspire.Hosting (2)
Aspire.Hosting.JavaScript (1)
ILAssembler (1)
ILCompiler.TypeSystem (1)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Rewrite (6)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.Build (1)
Microsoft.CodeAnalysis (9)
Microsoft.CodeAnalysis.CSharp (5)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.VisualBasic (4)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.Extensions.Hosting (2)
Microsoft.Extensions.Hosting.Systemd (1)
Microsoft.ML.Tokenizers (1)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.Net.Http.Headers (2)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
NuGet.Packaging (1)
PresentationBuildTasks (2)
PresentationCore (4)
Shared (1)
System.Data.OleDb (4)
System.Diagnostics.DiagnosticSource (2)
System.Diagnostics.EventLog (1)
System.Diagnostics.Process (2)
System.Formats.Tar (1)
System.Net.Http (3)
System\Net\Http\Headers\HeaderUtilities.cs (3)
303int.TryParse(value, NumberStyles.None, CultureInfo.InvariantCulture, out result);
313return int.TryParse(value.AsSpan(offset, length), NumberStyles.None, CultureInfo.InvariantCulture, out result);
324return long.TryParse(value.AsSpan(offset, length), NumberStyles.None, CultureInfo.InvariantCulture, out result);
System.Net.Mail (3)
System.Net.NetworkInformation (2)
System.Net.Primitives (6)
System.Net.ServerSentEvents (1)
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.Nls.cs (3)
175if (!int.TryParse(valueSpan.Slice(0, 4), NumberStyles.None, NumberFormatInfo.InvariantInfo, out int year) ||
176!int.TryParse(valueSpan.Slice(5, 2), NumberStyles.None, NumberFormatInfo.InvariantInfo, out int month) ||
177!int.TryParse(valueSpan.Slice(8, 2), NumberStyles.None, NumberFormatInfo.InvariantInfo, out int day))
System.Reflection.Metadata (1)
System.Speech (1)
System.Text.RegularExpressions (1)