3 references to s_codeFormatters
dotnet-format (3)
CodeFormatter.cs (3)
152for (var index = 0; index < s_codeFormatters.Length; index++) 155if (!formatOptions.FixCategory.HasFlag(s_codeFormatters[index].Category)) 160formattedSolution = await s_codeFormatters[index].FormatAsync(workspace, formattedSolution, formattableDocuments, formatOptions, logger, formattedFiles, cancellationToken).ConfigureAwait(false);