1 reference to s_punctuation
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
205
var nonCharIndex = text.IndexOfAny(
s_punctuation
);