2 implementations of GetOnTheFlyDocsResponseAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (1)
705
public Task<(string responseString, bool isQuotaExceeded)>
GetOnTheFlyDocsResponseAsync
(string prompt, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
187
public async Task<(string responseString, bool isQuotaExceeded)>
GetOnTheFlyDocsResponseAsync
(string prompt, CancellationToken cancellationToken)
1 reference to GetOnTheFlyDocsResponseAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
182
var (responseString, isQuotaExceeded) = await copilotService.
GetOnTheFlyDocsResponseAsync
(prompt, cancellationToken).ConfigureAwait(false);