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