1 implementation of ICodeFixApplier
dotnet-format (1)
Analyzers\SolutionCodeFixApplier.cs (1)
11internal class SolutionCodeFixApplier : ICodeFixApplier
2 references to ICodeFixApplier
dotnet-format (2)
Analyzers\AnalyzerFormatter.cs (2)
34private readonly ICodeFixApplier _applier; 44ICodeFixApplier applier)