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