1 write to _sources
vstest.console (1)
CommandLine\CommandLineOptions.cs (1)
292
_sources
= _sources.Union(filteredFiles).ToList();
2 references to _sources
vstest.console (2)
CommandLine\CommandLineOptions.cs (2)
92
return
_sources
.AsReadOnly();
292
_sources =
_sources
.Union(filteredFiles).ToList();