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)
455if (testHostProviders.Any(p => p.Type is not null && typeof(IProxyManagerFactory).IsAssignableFrom(p.Type))) 521var shouldThrow = testRuntimeProviders.All(runtimeProvider => runtimeProvider.Type == null); 523var missingRuntimeProviders = testRuntimeProviders.Where(p => p.Type == null);