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