2 references to TryFindFurthestNearbyComment
Microsoft.CodeAnalysis.CSharp.Features (2)
QuickInfo\CSharpSyntacticQuickInfoProvider.cs (2)
103
if (
TryFindFurthestNearbyComment
(ref searchListAbove, out var nearbyComment))
111
if (
TryFindFurthestNearbyComment
(ref searchListBelow, out nearbyComment))