24 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);
Microsoft.CodeAnalysis.LanguageServer (1)
Testing\RunTestsHandler.cs (1)
87shortForm += string.Format("{0}ms", t.Milliseconds.ToString());
Microsoft.Extensions.TimeProvider.Testing.Tests (2)
FakeTimeProviderTests.cs (2)
177Assert.Equal(234, utcDelta.Milliseconds); 201Assert.Equal(234, utcDelta.Milliseconds);
PresentationCore (4)
System\Windows\LayoutManager.cs (4)
279if(loopDuration.Milliseconds > 153*2) // 153*2 = magic*science 288loopDuration.Milliseconds, loopCounter); 347if(loopDuration.Milliseconds > 153*2) // 153*2 = magic*science 356loopDuration.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)
1414timeout -= (DateTime.UtcNow - waitStart).Milliseconds;
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
190if (value.HasValue && (value.Value.Milliseconds != 0 || value.Value.Seconds != 0 || value.Value.TotalMinutes < 0))