1 write to _sources
vstest.console.arm64 (1)
parent\vstest.console\CommandLine\CommandLineOptions.cs (1)
284
_sources
= _sources.Union(filteredFiles).ToList();
2 references to _sources
vstest.console.arm64 (2)
parent\vstest.console\CommandLine\CommandLineOptions.cs (2)
84
return
_sources
.AsReadOnly();
284
_sources =
_sources
.Union(filteredFiles).ToList();