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