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