14 references to TotalDays
Aspire.Hosting (3)
Lifecycle\TerminalHostOrphanCleanupService.cs (3)
276InvalidMetadataRetentionPeriod.TotalDays); 291InvalidMetadataRetentionPeriod.TotalDays); 329InvalidMetadataRetentionPeriod.TotalDays);
Microsoft.CodeAnalysis (1)
VersionHelper.cs (1)
205int build = Math.Min(ushort.MaxValue, (int)days.TotalDays);
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\DateAndTime.vb (3)
192Return CLng(Fix(tm.TotalDays())) 203Return CLng(Fix(tm.TotalDays())) \ 7 205Return CLng(Fix(tm.TotalDays())) \ 7
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
632if (cacheFileAge.HasValue) { telemetry.TelemetryEvent[NoOpCacheFileAgeDays] = cacheFileAge.Value.TotalDays; }
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\VersionHelper.cs (1)
204int build = Math.Min(ushort.MaxValue, (int)days.TotalDays);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
358double nDays = ts.TotalDays;
vstest.console (2)
Internal\ConsoleLogger.cs (2)
248if (timeSpan.TotalDays >= 1) 250Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days));
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (2)
248if (timeSpan.TotalDays >= 1) 250Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days));