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