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