3 references to MicrosoftTestingPlatformDetector
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\MtpTestRuntimeProvider.cs (1)
113if (!MicrosoftTestingPlatformDetector.IsMicrosoftTestingPlatformApp(source))
vstest.console (1)
CommandLine\AssemblyMetadataProvider.cs (1)
102var result = MicrosoftTestingPlatformDetector.IsMicrosoftTestingPlatformApp(assemblyStream);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\CommandLine\AssemblyMetadataProvider.cs (1)
102var result = MicrosoftTestingPlatformDetector.IsMicrosoftTestingPlatformApp(assemblyStream);