2 references to SpecialCharactersSet
Microsoft.TestPlatform.Filter.Source (2)
FilterHelper.cs (2)
62
if (
SpecialCharactersSet
.Contains(currentChar))
94
if (++i == str.Length || !
SpecialCharactersSet
.Contains(currentChar = str[i]))