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