54 instantiations of Process
Aspire.EndToEnd.Tests (2)
Aspire.Hosting (1)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Tests (1)
Aspire.Workload.Tests (2)
dotnet-svcutil-lib (1)
dotnet-user-jwts (1)
dotnet-user-secrets (1)
HelixTestRunner (1)
Interop.FunctionalTests (1)
InteropTests (2)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.Components.WebViewE2E.Test (1)
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Microsoft.Build.CommandLine.UnitTests (2)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.Core (1)
Microsoft.Build.Utilities.UnitTests (1)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.DotNet.Arcade.Sdk.Tests (1)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.DotNet.Internal.SymbolHelper (1)
Microsoft.DotNet.RemoteExecutor (1)
Microsoft.ML.CodeGenerator (3)
Microsoft.ML.Sweeper (1)
PrepareTests (1)
PresentationUI (2)
Roslyn.Test.Performance.Utilities (1)
RunTests (1)
System.Diagnostics.Process (5)
System.Net.Ping (1)
System.Windows.Forms.IntegrationTests.Common (1)
System.Windows.Forms.Tests (1)
982 references to Process
Aspire.EndToEnd.Tests (5)
Aspire.Hosting (3)
Aspire.Hosting.Azure (3)
Aspire.Hosting.Python.Tests (4)
Aspire.Hosting.Tests (3)
Aspire.Workload.Tests (5)
BuildValidator (1)
ClientSample (2)
csc (5)
dotnet-dev-certs (23)
dotnet-getdocument (4)
dotnet-openapi (3)
dotnet-sql-cache (1)
dotnet-svcutil-lib (6)
dotnet-user-jwts (2)
dotnet-user-secrets (2)
ExceptionHandlerSample (1)
GetDocument.Insider (2)
HelixTestRunner (5)
IdeCoreBenchmarks (16)
IIS.FunctionalTests (7)
IIS.LongTests (7)
IIS.NewHandler.FunctionalTests (7)
IIS.NewShim.FunctionalTests (7)
IIS.ShadowCopy.Tests (7)
IISExpress.FunctionalTests (7)
InteractiveHost.UnitTests (3)
Interop.FunctionalTests (3)
InteropTests (11)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.Components.WebAssembly.Server (5)
Microsoft.AspNetCore.Components.WebViewE2E.Test (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (22)
Microsoft.AspNetCore.Hosting.FunctionalTests (3)
Microsoft.AspNetCore.InternalTesting (4)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
Microsoft.AspNetCore.Server.IntegrationTesting (17)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (8)
Microsoft.AspNetCore.Server.Kestrel.Core (22)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (2)
Microsoft.AspNetCore.SpaProxy (6)
Microsoft.AspNetCore.SpaServices.Extensions (4)
Microsoft.AspNetCore.StaticFiles.Tests (1)
Microsoft.AspNetCore.WebSockets.ConformanceTests (2)
Microsoft.Build (60)
BackEnd\Components\Scheduler\Scheduler.cs (4)
2572using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerTrace_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
2596using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
2710using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
2750using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
Microsoft.Build.CommandLine.UnitTests (8)
Microsoft.Build.Engine.OM.UnitTests (8)
Microsoft.Build.Engine.UnitTests (14)
Microsoft.Build.Framework (6)
Microsoft.Build.Framework.UnitTests (1)
Microsoft.Build.Tasks.CodeAnalysis (5)
Microsoft.Build.Tasks.Core (10)
Microsoft.Build.Tasks.UnitTests (5)
Microsoft.Build.UnitTests.Shared (2)
Microsoft.Build.Utilities.Core (24)
TrackedDependencies\FileTracker.cs (6)
662public static Process StartProcess(string command, string arguments, ExecutableType toolType, string dllName, string intermediateDirectory, string rootFiles, string cancelEventName)
667return Process.Start(GetTrackerPath(toolType), fullArguments);
680public static Process StartProcess(string command, string arguments, ExecutableType toolType, string dllName, string intermediateDirectory, string rootFiles)
692public static Process StartProcess(string command, string arguments, ExecutableType toolType, string intermediateDirectory, string rootFiles)
703public static Process StartProcess(string command, string arguments, ExecutableType toolType, string rootFiles)
713public static Process StartProcess(string command, string arguments, ExecutableType toolType)
Microsoft.Build.Utilities.UnitTests (6)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (7)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.InteractiveHost (14)
Microsoft.CodeAnalysis.LanguageServer (5)
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Microsoft.CodeAnalysis.Remote.Workspaces (4)
Microsoft.CodeAnalysis.Test.Utilities (5)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
Microsoft.DotNet.Arcade.Sdk (2)
Microsoft.DotNet.Arcade.Sdk.Tests (1)
Microsoft.DotNet.Build.Tasks.Feed (2)
Microsoft.DotNet.Internal.SymbolHelper (1)
Microsoft.DotNet.Open.Api.Tools.Tests (8)
Microsoft.DotNet.RemoteExecutor (9)
Microsoft.DotNet.SignTool (8)
Microsoft.Extensions.ApiDescription.Client.Tests (10)
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (4)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
Microsoft.Extensions.Hosting.WindowsServices (3)
Microsoft.Extensions.Telemetry.Tests (1)
Microsoft.ML.AutoML (4)
Microsoft.ML.CodeGenerator (3)
Microsoft.ML.Data (2)
Microsoft.ML.FastTree (3)
Microsoft.ML.Sweeper (1)
Microsoft.ML.TestFramework (3)
Microsoft.VisualBasic.IntegrationTests (14)
Microsoft.VisualStudio.LanguageServices (5)
Microsoft.VisualStudio.LanguageServices.DevKit (2)
MSBuild (21)
MSBuildTaskHost (14)
netstandard (1)
PrepareTests (1)
PresentationUI (4)
Replay (4)
Roslyn.Test.Performance.Utilities (1)
RunTests (30)
Stress.TelemetryService (4)
Swaggatherer (1)
System (1)
System.CodeDom (2)
System.Configuration.ConfigurationManager (2)
System.Diagnostics.Process (71)
System.Diagnostics.TextWriterTraceListener (2)
System.Drawing.Common.Tests (2)
System.Net.Ping (3)
System.Windows.Forms (3)
System.Windows.Forms.IntegrationTests.Common (25)
System.Windows.Forms.Tests (1)
System.Windows.Forms.UI.IntegrationTests (8)
Templates.Blazor.Tests (32)
Templates.Blazor.WebAssembly.Auth.Tests (44)
Templates.Blazor.WebAssembly.Tests (44)
Templates.Mvc.Tests (44)
Templates.Tests (44)
UIAutomationClient (2)
UIAutomationClientSideProviders (4)
vbc (5)
VBCSCompiler (5)
Wasm.Performance.ConsoleHost (1)
WinFormsControlsTest (2)