Implemented interface member:
method
GetOptions
Microsoft.CodeAnalysis.CodeActions.CodeActionOptionsProvider.GetOptions(Microsoft.CodeAnalysis.Host.LanguageServices)
1 override of GetOptions
Microsoft.CodeAnalysis.Workspaces (1)
CodeActionOptions.cs (1)
155public override CodeActionOptions GetOptions(LanguageServices languageService)
11 references to GetOptions
Microsoft.CodeAnalysis.Workspaces (11)
CodeActionOptions.cs (11)
100=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.FormattingOptions.LineFormatting); 103=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.DocumentFormattingOptions); 106=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.FormattingOptions); 109=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.SimplifierOptions); 112=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.AddImportOptions); 115=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.GetOrganizeImportsOptions()); 118=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions); 121=> ValueTaskFactory.FromResult(GetOptions(languageServices).CodeGenerationOptions); 124=> ValueTaskFactory.FromResult(GetOptions(languageServices).CodeGenerationOptions.NamingStyle); 128var codeActionOptions = GetOptions(languageServices); 138var codeActionOptions = GetOptions(languageServices);