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