3 references to RunArtifactPostProcessingIfNeeded
dotnet (3)
Commands\Test\VSTest\TestCommand.cs (2)
131exitCode |= RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, parseResult.GetValue(definition.DiagOption), FeatureFlag.Instance); 175exitCode |= RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, parseResult.GetValue(definition.DiagOption), FeatureFlag.Instance);
Commands\VSTest\VSTestCommand.cs (1)
38exitCode |= TestCommand.RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, diag: null, FeatureFlag.Instance);