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