3 references to Formatted_code_file_0
dotnet-format (1)
CodeFormatter.cs (1)
90logger.LogInformation(Resources.Formatted_code_file_0, documentWithError!.FilePath);
dotnet-format.UnitTests (2)
CodeFormatterTests.cs (2)
247var pattern = string.Format(Resources.Formatted_code_file_0, @"(.*)"); 337var pattern = string.Format(Resources.Formatted_code_file_0, @"(.*)");