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