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