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