35 references to Kill
dotnet-getdocument (1)
Exe.cs (1)
54process.Kill();
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
128await AsyncHelper.RunAsync(() => proc.WaitForExit(), () => { try { proc.Kill(); } catch { } }, cancellationToken).ConfigureAwait(false);
HelixTestRunner (1)
ProcessUtil.cs (1)
203process.Kill();
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
56process.Kill();
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
56process.Kill();
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
56process.Kill();
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
56process.Kill();
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
56process.Kill();
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
56process.Kill();
InteractiveHost.UnitTests (1)
StressTests.cs (1)
42proc.Kill();
Interop.FunctionalTests (1)
H2SpecCommands.cs (1)
258process.Kill();
InteropTests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Microsoft.AspNetCore.Hosting.FunctionalTests (1)
ShutdownTests.cs (1)
139process.Kill();
Microsoft.AspNetCore.Server.IntegrationTesting (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\Executable.cs (1)
76process.Kill();
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1342thisProcess.Kill();
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
285process.Kill();
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
430_process.Kill();
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolUploadHelper.cs (1)
483try { process.Kill(); } catch (InvalidOperationException) { }
Microsoft.DotNet.Open.Api.Tools.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
254try { Process.Kill(); }
Microsoft.Extensions.ApiDescription.Client.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (1)
Infrastructure\RedisTestConfig.cs (1)
85_redisServerProcess.Kill();
Microsoft.VisualBasic.IntegrationTests (1)
InteractionTests.cs (1)
93process.Kill();
MSBuildTaskHost (1)
NativeMethods.cs (1)
1342thisProcess.Kill();
Roslyn.Test.Performance.Utilities (1)
TestUtilities.cs (1)
140cancellationToken.Register(() => process.Kill());
RunTests (1)
ProcessRunner.cs (1)
149process.Kill();
System.Diagnostics.Process (1)
System\Diagnostics\Process.NonUap.cs (1)
19Kill();
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.PingUtility.cs (1)
93pingProcess.Kill();
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
132process.Kill();
Templates.Blazor.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Templates.Mvc.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();
Templates.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
115process.Kill();