25 references to StartTime
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
105var 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)
105var 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)
1524var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
IIS.NewHandler.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
105var 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)
1524var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
IIS.NewShim.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
105var 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)
1524var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
105var 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)
105var 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)
1524var 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)
1328DateTime myStartTime = thisProcess.StartTime; 1468if (possibleChildProcess.StartTime > parentStartTime)
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
175description.AppendLine($"\tStartTime: {Process.StartTime}");
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
60_vsProcessStartTime = vsProcess.StartTime;
Microsoft.VisualStudio.LanguageServices.DevKit (1)
Logging\VSCodeTelemetryLogger.cs (1)
147var processStartTime = curProcess.StartTime.ToFileTimeUtc().ToString();
MSBuildTaskHost (2)
NativeMethods.cs (2)
1328DateTime myStartTime = thisProcess.StartTime; 1468if (possibleChildProcess.StartTime > parentStartTime)