198 references to Id
aspire (19)
DotNet\DotNetCliExecution.cs (9)
61_logger.LogDebug("Started dotnet with PID: {ProcessId}", _process.Id);
93_logger.LogDebug("Waiting for dotnet process to exit with PID: {ProcessId}", _process.Id);
102_logger.LogDebug("dotnet process with PID: {ProcessId} has not exited, killing it.", _process.Id);
110_logger.LogDebug("dotnet process with PID: {ProcessId} has exited with code: {ExitCode}", _process.Id, _process.ExitCode);
118_logger.LogDebug("Closing stdout/stderr streams for PID: {ProcessId}", _process.Id);
133_logger.LogWarning("Stream forwarders for PID {ProcessId} did not complete within timeout after stream close. Continuing anyway.", _process.Id);
137_logger.LogDebug("Pending forwarders for PID completed: {ProcessId}", _process.Id);
151_process.Id
164_process.Id,
Aspire.Hosting (2)
Aspire.Hosting.Azure (2)
Aspire.Hosting.Docker (2)
Aspire.Hosting.Tests (1)
ClientSample (1)
csc (3)
dotnet-svcutil-lib (4)
ExceptionHandlerSample (1)
HelixTestRunner (8)
IdeCoreBenchmarks (8)
IIS.FunctionalTests (3)
IIS.LongTests (3)
IIS.NewHandler.FunctionalTests (3)
IIS.ShadowCopy.Tests (3)
IISExpress.FunctionalTests (3)
InteropTests (3)
Microsoft.AspNetCore.Hosting.FunctionalTests (1)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.IntegrationTesting (9)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (9)
IISExpressDeployer.cs (9)
225Logger.LogInformation("iisexpress Process {pid} shut down", process.Id);
233Logger.LogInformation("iisexpress Process {pid} started", process.Id);
237Logger.LogError("Host process {processName} {pid} exited with code {exitCode} or failed to start.", startInfo.FileName, process.Id, process.ExitCode);
247Logger.LogInformation("iisexpress Process {pid} failed to bind to port {port}, trying again", process.Id, port);
264Logger.LogInformation("Started iisexpress successfully. Process Id : {processId}, Port: {port}", _hostProcess.Id, port);
444throw new Exception($"iisexpress Process {_hostProcess.Id} failed to shutdown");
560SendStopMessageToProcess(hostProcess.Id);
563throw new InvalidOperationException($"iisexpress Process {hostProcess.Id} failed to gracefully shutdown.");
573throw new InvalidOperationException($"iisexpress Process {hostProcess?.Id} crashed before shutdown was triggered.");
Microsoft.AspNetCore.SpaProxy (4)
Microsoft.Build.Framework (4)
Microsoft.Build.Tasks.CodeAnalysis (3)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
Microsoft.CodeAnalysis.InteractiveHost (2)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.DotNet.Open.Api.Tools.Tests (1)
Microsoft.DotNet.RemoteExecutor (5)
Microsoft.Extensions.ApiDescription.Client.Tests (3)
Microsoft.Extensions.Telemetry (1)
Microsoft.Extensions.Telemetry.Tests (1)
Microsoft.VisualBasic.IntegrationTests (1)
Microsoft.VisualStudio.Extensibility.Testing.Xunit (9)
Microsoft.VisualStudio.IntegrationTestService (3)
Microsoft.VisualStudio.LanguageServices (4)
Replay (2)
RunTests (7)
Stress.TelemetryService (1)
System.Diagnostics.Process (3)
System.Windows.Forms.IntegrationTests.Common (1)
Templates.Blazor.Tests (3)
Templates.Blazor.WebAssembly.Auth.Tests (8)
Templates.Blazor.WebAssembly.Tests (8)
Templates.Mvc.Tests (8)
Templates.Tests (8)
UIAutomationClientSideProviders (1)
vbc (3)
VBCSCompiler (4)