2 references to FileChange
dotnet-format (2)
Analyzers\AnalyzerFormatter.cs (1)
191formattedFiles.Add(new FormattedFile(document, new[] { new FileChange(diagnosticPosition, diagnostic.Id, $"{diagnostic.Severity.ToString().ToLower()} {diagnostic.Id}: {diagnostic.GetMessage()}") }));
Formatters\DocumentFormatter.cs (1)
173var fileChange = new FileChange(changePosition, Name, $"{FormatWarningDescription}{changeMessage}");