3 writes to CleanCodeGenerationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
33
CleanCodeGenerationOptions
= supportsLanguageSpecificOptions ? globalOptions.GetCleanCodeGenerationOptions(languageServices) : null,
Microsoft.CodeAnalysis.Workspaces (1)
IdeAnalyzerOptions.cs (1)
51
CleanCodeGenerationOptions
= CodeGeneration.CleanCodeGenerationOptions.GetDefault(languageServices),
Roslyn.VisualStudio.Next.UnitTests (1)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (1)
68
CleanCodeGenerationOptions
= 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).
44
public CodeCleanupOptions? CleanupOptions =>
CleanCodeGenerationOptions
?.CleanupOptions;
45
public CodeGenerationOptions? GenerationOptions =>
CleanCodeGenerationOptions
?.GenerationOptions;