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