22 references to Milliseconds
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
48retryDelayMilliseconds: RetryDelay.Milliseconds);
IIS.LongTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
48retryDelayMilliseconds: RetryDelay.Milliseconds);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
430retryDelayMilliseconds: RetryDelay.Milliseconds); 587retryDelayMilliseconds: RetryDelay.Milliseconds);
IIS.NewHandler.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
48retryDelayMilliseconds: RetryDelay.Milliseconds);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
430retryDelayMilliseconds: RetryDelay.Milliseconds); 587retryDelayMilliseconds: RetryDelay.Milliseconds);
IIS.NewShim.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
48retryDelayMilliseconds: RetryDelay.Milliseconds);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
430retryDelayMilliseconds: RetryDelay.Milliseconds); 587retryDelayMilliseconds: RetryDelay.Milliseconds);
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
48retryDelayMilliseconds: RetryDelay.Milliseconds);
IISExpress.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
48retryDelayMilliseconds: RetryDelay.Milliseconds);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
430retryDelayMilliseconds: RetryDelay.Milliseconds); 587retryDelayMilliseconds: RetryDelay.Milliseconds);
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
296if(loopDuration.Milliseconds > 153*2) // 153*2 = magic*science 305loopDuration.Milliseconds, loopCounter); 364if(loopDuration.Milliseconds > 153*2) // 153*2 = magic*science 373loopDuration.Milliseconds, loopCounter);
System.Net.Mail (1)
System\Net\Mime\SmtpDateTime.cs (1)
164Debug.Assert(timeZone.Milliseconds == 0, "Span had milliseconds value");
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
1403timeout -= (DateTime.UtcNow - waitStart).Milliseconds;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
111public int Millisecond => new TimeSpan(_ticks).Milliseconds;
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
193if (value.HasValue && (value.Value.Milliseconds != 0 || value.Value.Seconds != 0 || value.Value.TotalMinutes < 0))