3 writes to CleanCodeGenerationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
33CleanCodeGenerationOptions = supportsLanguageSpecificOptions ? globalOptions.GetCleanCodeGenerationOptions(languageServices) : null,
Microsoft.CodeAnalysis.Workspaces (1)
IdeAnalyzerOptions.cs (1)
51CleanCodeGenerationOptions = CodeGeneration.CleanCodeGenerationOptions.GetDefault(languageServices),
Roslyn.VisualStudio.Next.UnitTests (1)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (1)
68CleanCodeGenerationOptions = new()
3 references to CleanCodeGenerationOptions
Microsoft.CodeAnalysis.Workspaces (3)
IdeAnalyzerOptions.cs (3)
35/// Default values for <see cref="CleanCodeGenerationOptions"/>, or null if not available (the project language does not support these options). 44public CodeCleanupOptions? CleanupOptions => CleanCodeGenerationOptions?.CleanupOptions; 45public CodeGenerationOptions? GenerationOptions => CleanCodeGenerationOptions?.GenerationOptions;