23 references to StartTime
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
91var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-10);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
199var startTime = deploymentResult.HostProcess.StartTime.ToUniversalTime();
IIS.LongTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
91var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-10);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
199var startTime = deploymentResult.HostProcess.StartTime.ToUniversalTime();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1523var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
IIS.NewHandler.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
91var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-10);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
199var startTime = deploymentResult.HostProcess.StartTime.ToUniversalTime();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1523var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
IIS.NewShim.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
91var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-10);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
199var startTime = deploymentResult.HostProcess.StartTime.ToUniversalTime();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1523var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
91var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-10);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
199var startTime = deploymentResult.HostProcess.StartTime.ToUniversalTime();
IISExpress.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
91var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-10);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
199var startTime = deploymentResult.HostProcess.StartTime.ToUniversalTime();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1523var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
287var _ = HostProcess.StartTime;
IISExpressDeployer.cs (1)
260var _ = _hostProcess.StartTime;
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
1200DateTime myStartTime = thisProcess.StartTime; 1340if (possibleChildProcess.StartTime > parentStartTime)
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
175description.AppendLine($"\tStartTime: {Process.StartTime}");
MSBuildTaskHost (2)
NativeMethods.cs (2)
1200DateTime myStartTime = thisProcess.StartTime; 1340if (possibleChildProcess.StartTime > parentStartTime)