5 references to Version
vstest.console.arm64 (5)
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\Processors\EnableDiagArgumentProcessor.cs (1)
144EqtTrace.Verbose($"Version: {Product.Version} Current process architecture: {_processHelper.GetCurrentProcessArchitecture()}");
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1319Product.Version!);