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