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