4 references to ICopilotOptionsService
Microsoft.CodeAnalysis.CSharp.Features (3)
Copilot\CSharpCopilotCodeFixProvider.cs (1)
57
if (document.GetLanguageService<
ICopilotOptionsService
>() is not { } copilotOptionsService ||
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
46
if (document.GetLanguageService<
ICopilotOptionsService
>() is not { } optionsService ||
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
319
if (document.GetLanguageService<
ICopilotOptionsService
>() is not { } service ||
Microsoft.CodeAnalysis.Features (1)
Copilot\Extensions.cs (1)
21
if (sourceDocument.GetLanguageService<
ICopilotOptionsService
>() is not { } optionsService ||