3 references to FilterKnownPlatformSources
vstest.console.arm64 (3)
parent\vstest.console\CommandLine\CommandLineOptions.cs (1)
283
var filteredFiles = KnownPlatformSourceFilter.
FilterKnownPlatformSources
(matchingFiles);
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
207
discoveryPayload.Sources = KnownPlatformSourceFilter.
FilterKnownPlatformSources
(discoveryPayload.Sources?.Distinct().ToList());
321
testRunRequestPayload.Sources = KnownPlatformSourceFilter.
FilterKnownPlatformSources
(testRunRequestPayload.Sources);