6 references to GetThreshold
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (5)
107/// differ by at most <see cref="WordSimilarityChecker.GetThreshold(int)"/>, so if no symbol length 681/// <see cref="WordSimilarityChecker.GetThreshold(int)"/>: ±1 for patterns of length 3–5, 691var threshold = WordSimilarityChecker.GetThreshold(pattern.Length); 729/// <b>Effectiveness by pattern length</b> (k from <see cref="WordSimilarityChecker.GetThreshold(int)"/>): 745var k = WordSimilarityChecker.GetThreshold(pattern.Length);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\WordSimilarityChecker.cs (1)
91=> GetThreshold(value.Length);