1 write to _onTheFlyDocsElement
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
68_onTheFlyDocsElement = editorFeaturesOnTheFlyDocsElement.OnTheFlyDocsElement;
6 references to _onTheFlyDocsElement
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
QuickInfo\OnTheFlyDocsView.xaml.cs (6)
140var response = await copilotService.GetOnTheFlyDocsAsync(_onTheFlyDocsElement.SymbolSignature, _onTheFlyDocsElement.DeclarationCode, _onTheFlyDocsElement.Language, cancellationToken).ConfigureAwait(false); 205m["SymbolHeaderText"] = _onTheFlyDocsElement.SymbolSignature; 206m["HasDocumentationComments"] = _onTheFlyDocsElement.HasComments; 210if (_onTheFlyDocsElement.HasComments)