5 implementations of IFormattingPass
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Formatting\Passes\CSharpFormattingPass.cs (1)
25ILoggerFactory loggerFactory) : IFormattingPass
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
39ILoggerFactory loggerFactory) : IFormattingPass
Formatting\Passes\HtmlFormattingPass.cs (1)
24ILoggerFactory loggerFactory) : IFormattingPass
Formatting\Passes\HtmlOnTypeFormattingPass.cs (1)
19internal sealed class HtmlOnTypeFormattingPass : IFormattingPass
Formatting\Passes\RazorFormattingPass.cs (1)
25internal sealed class RazorFormattingPass : IFormattingPass
3 references to IFormattingPass
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\RazorFormattingService.cs (3)
33private readonly ImmutableArray<IFormattingPass> _documentFormattingPasses; 114foreach (var pass in _documentFormattingPasses) 279IFormattingPass formattingPass,