2 references to UpdateBestResultIfBetter
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\AllLowerCamelCaseMatcher.cs (2)
123
if (
UpdateBestResultIfBetter
(result.Value, ref bestResult, matchSpanToAdd: null, candidateHumps))
193
if (
UpdateBestResultIfBetter
(result, ref bestResult, matchSpanToAdd, candidateHumps))