2 references to TextTypedSoFarMatchesItem
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
138if (potentialItemForSelection != roslynItem && Helpers.TextTypedSoFarMatchesItem(potentialItemForSelection, filterText))
IntelliSense\AsyncCompletion\Helpers.cs (1)
151if (TextTypedSoFarMatchesItem(item, textTypedSoFar))