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