1 reference to ArgumentSeparators
vstest.console (1)
Processors\TestAdapterPathArgumentProcessor.cs (1)
172
return paths.IsNullOrWhiteSpace() ? [] : paths.Split(
ArgumentSeparators
, StringSplitOptions.RemoveEmptyEntries);