2 references to MinTokenLength
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (2)
77
if (nameText?.Length >=
MinTokenLength
)
98
if (nameText?.Length >=
MinTokenLength
)