22 references to StartTime
aspire (2)
DotNet\DotNetCliExecutionFactory.cs (1)
24var startTime = Process.GetCurrentProcess().StartTime;
Program.cs (1)
596mainActivity.SetStartTime(currentProcess.StartTime);
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
361StartedAt = new DateTimeOffset(Process.GetCurrentProcess().StartTime)
Cli\CliOrphanDetector.cs (1)
37var actualStartTimeUnix = ((DateTimeOffset)process.StartTime).ToUnixTimeSeconds();
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)
1536var 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)
1536var 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)
1536var processStartTime = deploymentResult.HostProcess.StartTime.AddSeconds(-5);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
289var _ = HostProcess.StartTime;
IISExpressDeployer.cs (1)
262var _ = _hostProcess.StartTime;
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();