2 implementations of HostExited
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
113public event EventHandler<HostProviderEventArgs>? HostExited;
Hosting\DotnetTestHostManager.cs (1)
133public event EventHandler<HostProviderEventArgs>? HostExited;
2 references to HostExited
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (2)
223TestHostManager.HostExited += TestHostManagerHostExited; 362TestHostManager.HostExited -= TestHostManagerHostExited;