3 references to RunArtifactPostProcessingIfNeeded
dotnet (3)
Commands\Test\VSTest\TestCommand.cs (2)
108exitCode |= RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, parseResult, FeatureFlag.Instance); 150exitCode |= RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, parseResult, FeatureFlag.Instance);
Commands\VSTest\VSTestCommand.cs (1)
37exitCode |= TestCommand.RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, parseResult, FeatureFlag.Instance);