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