4 writes to ProcessStartedHandler
dotnet.Tests (3)
CommandTests\Run\GivenDotnetRunIsInterrupted.cs (3)
35
command.
ProcessStartedHandler
= p => { testProcess = p; };
96
command.
ProcessStartedHandler
= p => { testProcess = p; };
156
command.
ProcessStartedHandler
= p => { testProcess = p; };
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
54
ProcessStartedHandler
= (process) =>
2 references to ProcessStartedHandler
Microsoft.NET.TestFramework (2)
Commands\TestCommand.cs (2)
52
Debug.Assert(
ProcessStartedHandler
== null);
176
var result = ((Command)command).Execute(
ProcessStartedHandler
);