13 references to TryParseExact
Aspire.Dashboard (1)
Aspire.Dashboard.Tests (1)
Aspire.Hosting (1)
Microsoft.AspNetCore.Components (2)
Microsoft.DotNet.Build.Tasks.Installers (4)
src\GenerateCurrentVersion.cs (4)
75if (!(DateTime.TryParseExact(SeedDate, DateFormat, enUS, DateTimeStyles.AssumeLocal, out date)))
78if (!(DateTime.TryParseExact(SeedDate, LastModifiedTimeDateFormat, enUS, DateTimeStyles.AssumeLocal, out date)))
103if (!DateTime.TryParseExact(match.Groups[1].Value, dateFormat, enUS, DateTimeStyles.AssumeLocal, out buildIdDate))
130bool isValidDate = DateTime.TryParseExact(comparisonDate, DateFormat, enUS, DateTimeStyles.AssumeLocal, out compareDate);
Microsoft.DotNet.Helix.JobSender (1)
Microsoft.DotNet.SignCheckLibrary (2)
System.Private.CoreLib (1)