1 write to TestSessionCorrelationId
vstest.console.arm64 (1)
parent\vstest.console\Processors\TestSessionCorrelationIdProcessor.cs (1)
86
_commandLineOptions.
TestSessionCorrelationId
= argument;
4 references to TestSessionCorrelationId
vstest.console.arm64 (4)
parent\vstest.console\Internal\ConsoleLogger.cs (1)
698
_commandLineOptions.
TestSessionCorrelationId
is null)
parent\vstest.console\Processors\ArtifactProcessingPostProcessModeProcessor.cs (1)
48
new ArtifactProcessingManager(_commandLineOptions.
TestSessionCorrelationId
)));
parent\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
54
new ArtifactProcessingManager(_commandLineOptions.
TestSessionCorrelationId
),
parent\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
50
new ArtifactProcessingManager(_commandLineOptions.
TestSessionCorrelationId
),