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