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