43 writes to EnableRaisingEvents
Aspire.EndToEnd.Tests (4)
tests\Shared\WorkloadTesting\AspireProject.cs (2)
236AppHostProcess.EnableRaisingEvents = true; 239AppHostProcess.EnableRaisingEvents = true;
tests\Shared\WorkloadTesting\ToolCommand.cs (2)
148CurrentProcess.EnableRaisingEvents = true; 231EnableRaisingEvents = true
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
34EnableRaisingEvents = true
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
34EnableRaisingEvents = true
Aspire.Workload.Tests (4)
tests\Shared\WorkloadTesting\AspireProject.cs (2)
236AppHostProcess.EnableRaisingEvents = true; 239AppHostProcess.EnableRaisingEvents = true;
tests\Shared\WorkloadTesting\ToolCommand.cs (2)
148CurrentProcess.EnableRaisingEvents = true; 231EnableRaisingEvents = true
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
77proc.EnableRaisingEvents = true;
HelixTestRunner (1)
ProcessUtil.cs (1)
95EnableRaisingEvents = true
Interop.FunctionalTests (1)
H2SpecCommands.cs (1)
243process.EnableRaisingEvents = true; // Enables Exited
InteropTests (3)
Helpers\ClientProcess.cs (1)
31_process.EnableRaisingEvents = true;
Helpers\WebsiteProcess.cs (1)
36_process.EnableRaisingEvents = true;
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Microsoft.Arcade.Common (1)
Command.cs (1)
76_process.EnableRaisingEvents = true;
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Common\ProcessLoggingExtensions.cs (1)
12process.EnableRaisingEvents = true;
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
249runScriptsOnRemoteServerProcess.EnableRaisingEvents = true;
Deployers\SelfHostDeployer.cs (1)
146HostProcess.EnableRaisingEvents = true;
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
219process.EnableRaisingEvents = true;
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Docker.cs (1)
208EnableRaisingEvents = true
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
130process.EnableRaisingEvents = true;
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\Executable.cs (1)
45EnableRaisingEvents = true
Microsoft.Build.UnitTests.Shared (1)
RunnerUtilities.cs (1)
122using (var p = new Process { EnableRaisingEvents = true, StartInfo = psi })
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
749proc.EnableRaisingEvents = true;
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
749customProcess.EnableRaisingEvents = true;
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
155EnableRaisingEvents = true
Interactive\Core\InteractiveHost.Service.cs (1)
202clientProcess.EnableRaisingEvents = true;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
370_process.EnableRaisingEvents = true;
Microsoft.DotNet.Arcade.Sdk.Tests (1)
Utilities\TestApp.cs (1)
90EnableRaisingEvents = true
Microsoft.DotNet.Build.Tasks.Feed (1)
src\common\GeneralUtils.cs (1)
280EnableRaisingEvents = true
Microsoft.DotNet.Open.Api.Tools.Tests (1)
ProcessEx.cs (1)
30proc.EnableRaisingEvents = true;
Microsoft.Extensions.ApiDescription.Client.Tests (1)
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Roslyn.Test.Performance.Utilities (1)
TestUtilities.cs (1)
135EnableRaisingEvents = true,
RunTests (1)
ProcessRunner.cs (1)
87process.EnableRaisingEvents = true;
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1522EnableRaisingEvents = true;
Templates.Blazor.Tests (1)
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Templates.Mvc.Tests (1)
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
Templates.Tests (1)
src\Shared\Process\ProcessEx.cs (1)
45proc.EnableRaisingEvents = true;
1 reference to EnableRaisingEvents
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1462/// Calling this method will set <see cref="EnableRaisingEvents"/> to <see langword="true" />.