6 references to Product
vstest.console.arm64 (6)
parent\vstest.console\CommandLine\Executor.cs (3)
466string? assemblyVersion = Product.Version; 469var end = Product.Version?.IndexOf("-release", StringComparison.Ordinal); 473assemblyVersion = Product.Version?.Substring(0, end.Value);
parent\vstest.console\Internal\Product.cs (1)
14var attr = typeof(Product)
parent\vstest.console\Processors\EnableDiagArgumentProcessor.cs (1)
144EqtTrace.Verbose($"Version: {Product.Version} Current process architecture: {_processHelper.GetCurrentProcessArchitecture()}");
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1319Product.Version!);