2 implementations of ICodeFormatter
dotnet-format (2)
Analyzers\AnalyzerFormatter.cs (1)
13internal class AnalyzerFormatter : ICodeFormatter
Formatters\DocumentFormatter.cs (1)
15internal abstract class DocumentFormatter : ICodeFormatter
2 references to ICodeFormatter
dotnet-format (2)
CodeFormatter.cs (2)
16private static readonly ImmutableArray<ICodeFormatter> s_codeFormatters = ImmutableArray.Create<ICodeFormatter>(