1 write to Type
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestRuntimeProviderInfo.cs (1)
20
Type
= type;
3 references to Type
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\Parallel\ParallelProxyExecutionManager.cs (1)
513
public bool HasProvider => Provider.
Type
is not null;
TestEngine.cs (2)
667
var shouldThrow = testRuntimeProviders.All(runtimeProvider => runtimeProvider.
Type
== null);
669
var missingRuntimeProviders = testRuntimeProviders.Where(p => p.
Type
== null);