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