3 references to IsSupportedContentType
Microsoft.CodeAnalysis.EditorFeatures (3)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (3)
72return textViewOpt.Caret.Position.Point.GetPoint(b => IsSupportedContentType(b.ContentType), PositionAffinity.Successor); 78return textViewOpt.BufferGraph.MapDownToFirstMatch(textViewOpt.Selection.Start.Position, PointTrackingMode.Positive, b => IsSupportedContentType(b.ContentType), PositionAffinity.Successor); 85foreach (var buffer in textViewOpt.BufferGraph.GetTextBuffers(b => IsSupportedContentType(b.ContentType)))