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