26 writes to EnableRaisingEvents
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)
120using (var p = new Process { EnableRaisingEvents = true, StartInfo = psi })
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
749proc.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;
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1520EnableRaisingEvents = 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)
1460/// Calling this method will set <see cref="EnableRaisingEvents"/> to <see langword="true" />.