5 overrides of Name
dotnet-format (5)
Formatters\CharsetFormatter.cs (1)
19public override string Name => "CHARSET";
Formatters\EndOfLineFormatter.cs (1)
16public override string Name => "ENDOFLINE";
Formatters\FinalNewlineFormatter.cs (1)
15public override string Name => "FINALNEWLINE";
Formatters\OrganizeImportsFormatter.cs (1)
20public override string Name => "IMPORTS";
Formatters\WhitespaceFormatter.cs (1)
19public override string Name => "WHITESPACE";
2 references to Name
dotnet-format (2)
Formatters\DocumentFormatter.cs (2)
174var fileChange = new FileChange(changePosition, Name, $"{FormatWarningDescription}{changeMessage}"); 179logger.LogFormattingIssue(document, Name, fileChange, changesAreErrors);