1 instantiation of QuickInfoOnTheFlyDocsElement
Microsoft.CodeAnalysis.Features (1)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
175elements.Add(new QuickInfoOnTheFlyDocsElement(context.Document, quickInfoItem.OnTheFlyDocsInfo));
4 references to QuickInfoOnTheFlyDocsElement
Microsoft.CodeAnalysis.EditorFeatures (4)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
79QuickInfoOnTheFlyDocsElement onTheFlyDocsElement,
QuickInfo\OnTheFlyDocsViewFactory.cs (3)
25[TypeConversion(from: typeof(QuickInfoOnTheFlyDocsElement), to: typeof(UIElement))] 59var onTheFlyDocsElement = (QuickInfoOnTheFlyDocsElement)model;