Implemented interface member:
method
CreateViewHostingControl
Microsoft.CodeAnalysis.Editor.QuickInfo.IContentControlService.CreateViewHostingControl(Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.Text.Span)
2 references to CreateViewHostingControl
Microsoft.CodeAnalysis.EditorFeatures (2)
QuickInfo\ContentControlService.cs (2)
55var control = CreateViewHostingControl(textBuffer, contentSpan); 78var control = CreateViewHostingControl(textBuffer, textBuffer.CurrentSnapshot.GetFullSpan().Span);