3 references to CodeGenerator
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
CodeGenerationContext.cs (1)
20
/// General options for controlling the code produced by the <see cref="
CodeGenerator
"/> that apply to all documents.
CodeGenerationHelpers.cs (1)
47
=> node.WithAdditionalAnnotations(Formatter.Annotation,
CodeGenerator
.Annotation);
CodeGenerator.cs (1)
21
public static readonly SyntaxAnnotation Annotation = new(nameof(
CodeGenerator
));