2 references to IsCopilotAvailableAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (2)
57if (await IsCopilotAvailableAsync(document, cancellationToken).ConfigureAwait(false) is null) 128var copilotService = await IsCopilotAvailableAsync(document, cancellationToken).ConfigureAwait(false);