3 references to FormatNewFileMethodName
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClient.cs (1)
80
experimental[FormatNewFileHandler.
FormatNewFileMethodName
] = true;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
22
[Method(
FormatNewFileMethodName
)]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
FormatNewFile\FormatNewFileTests.cs (1)
82
return await testLspServer.ExecuteRequestAsync<FormatNewFileParams, string?>(FormatNewFileHandler.
FormatNewFileMethodName
, parameters, CancellationToken.None);