2 references to FormattedFile
dotnet-format (2)
Analyzers\AnalyzerFormatter.cs (1)
191
formattedFiles.Add(new
FormattedFile
(document, new[] { new FileChange(diagnosticPosition, diagnostic.Id, $"{diagnostic.Severity.ToString().ToLower()} {diagnostic.Id}: {diagnostic.GetMessage()}") }));
Formatters\DocumentFormatter.cs (1)
150
formattedFiles.Add(new
FormattedFile
(document, fileChanges));