36 writes to EnableRaisingEvents
Aspire.EndToEnd.Tests (4)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
258AppHostProcess.EnableRaisingEvents = true; 261AppHostProcess.EnableRaisingEvents = true;
tests\Shared\TemplatesTesting\ToolCommand.cs (2)
148CurrentProcess.EnableRaisingEvents = true; 231EnableRaisingEvents = true
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
36EnableRaisingEvents = true
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
36EnableRaisingEvents = true
Aspire.Hosting.DevTunnels (1)
DevTunnelCli.cs (1)
240EnableRaisingEvents = true
Aspire.Hosting.Docker (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
36EnableRaisingEvents = true
Aspire.Templates.Tests (4)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
258AppHostProcess.EnableRaisingEvents = true; 261AppHostProcess.EnableRaisingEvents = true;
tests\Shared\TemplatesTesting\ToolCommand.cs (2)
148CurrentProcess.EnableRaisingEvents = true; 231EnableRaisingEvents = true
dotnet-format (1)
Utilities\ProcessRunner.cs (1)
80process.EnableRaisingEvents = true;
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
77proc.EnableRaisingEvents = true;
Infrastructure.Tests (4)
PowerShellScripts\PowerShellCommand.cs (2)
127CurrentProcess.EnableRaisingEvents = true; 217EnableRaisingEvents = true
WorkflowScripts\NodeCommand.cs (2)
119CurrentProcess.EnableRaisingEvents = true; 202EnableRaisingEvents = true
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
60process.EnableRaisingEvents = true;
Microsoft.Arcade.Common (1)
Command.cs (1)
76_process.EnableRaisingEvents = true;
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
790proc.EnableRaisingEvents = true;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
442_process.EnableRaisingEvents = true;
Microsoft.DotNet.Cli.Utils (2)
Command.cs (1)
39_process.EnableRaisingEvents = true;
Extensions\ProcessStartInfoExtensions.cs (1)
40EnableRaisingEvents = true
Microsoft.DotNet.HotReload.Watch (1)
Process\ProcessRunner.cs (1)
146EnableRaisingEvents = true,
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
60process.EnableRaisingEvents = true;
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
60process.EnableRaisingEvents = true;
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\GenerateEFSQLScripts.cs (1)
109EnableRaisingEvents = true
Microsoft.TestPlatform.PlatformAbstractions (2)
common\System\ProcessHelper.cs (2)
89process.EnableRaisingEvents = true; 284process.EnableRaisingEvents = true;
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
183_process!.EnableRaisingEvents = true;
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
121process.EnableRaisingEvents = true;
NuGet.Protocol (3)
Plugins\PluginProcess.cs (1)
151_process.EnableRaisingEvents = true;
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (2)
47entry.Value.EnableRaisingEvents = false; 117process.EnableRaisingEvents = true;
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1539EnableRaisingEvents = true;
1 reference to EnableRaisingEvents
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1479/// Calling this method will set <see cref="EnableRaisingEvents"/> to <see langword="true" />.