3 references to IsSupportedContentType
Microsoft.CodeAnalysis.EditorFeatures (3)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (3)
81return textViewOpt.Caret.Position.Point.GetPoint(b => IsSupportedContentType(b.ContentType), PositionAffinity.Successor); 87return textViewOpt.BufferGraph.MapDownToFirstMatch(textViewOpt.Selection.Start.Position, PointTrackingMode.Positive, b => IsSupportedContentType(b.ContentType), PositionAffinity.Successor); 94return textViewOpt.BufferGraph.GetTextBuffers(b => IsSupportedContentType(b.ContentType))