2 references to IsSupportedContentType
Microsoft.CodeAnalysis.EditorFeatures (2)
Editor\TextBufferAssociatedViewService.cs (2)
50
foreach (var buffer in subjectBuffers.Where(b =>
IsSupportedContentType
(b.ContentType)))
149
foreach (var buffer in view.BufferGraph.GetTextBuffers(b =>
IsSupportedContentType
(b.ContentType)))