1 write to Type
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestRuntimeProviderInfo.cs (1)
20Type = type;
5 references to Type
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\Parallel\ParallelProxyExecutionManager.cs (1)
474public bool HasProvider => Provider.Type is not null;
TestEngine.cs (4)
450if (testHostProviders.Any(p => p.Type is not null && typeof(IProxyManagerFactory).IsAssignableFrom(p.Type))) 516var shouldThrow = testRuntimeProviders.All(runtimeProvider => runtimeProvider.Type == null); 518var missingRuntimeProviders = testRuntimeProviders.Where(p => p.Type == null);