3 references to CleanCodeGenerationOptions
Microsoft.CodeAnalysis.CodeStyle (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;