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