3 references to FormatNewFileHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClientCapabilitiesProvider.cs (1)
36
experimental[
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]