4 references to FormatNewFileHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClient.cs (1)
80experimental[FormatNewFileHandler.FormatNewFileMethodName] = true;
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\CodeActions.cs (1)
76=> FormatNewFileHandler.GetFormattedNewFileContentAsync(document, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(FormatNewFileHandler)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
FormatNewFile\FormatNewFileTests.cs (1)
82return await testLspServer.ExecuteRequestAsync<FormatNewFileParams, string?>(FormatNewFileHandler.FormatNewFileMethodName, parameters, CancellationToken.None);