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