2 references to _wildCardCharacters
vstest.console (2)
Internal\FilePatternParser.cs (2)
59
if (filePattern.IndexOfAny(
_wildCardCharacters
) == -1)
99
var splitOnWildCardIndex = filePattern.IndexOfAny(
_wildCardCharacters
);