1 implementation of GetFormattedNewFileContentsAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
CodeActions\RoslynCodeActionHelpers.cs (1)
24
public Task<string>
GetFormattedNewFileContentsAsync
(IProjectSnapshot projectSnapshot, Uri csharpFileUri, string newFileContent, CancellationToken cancellationToken)
2 references to GetFormattedNewFileContentsAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\Razor\ExtractToCodeBehindCodeActionResolver.cs (1)
52
codeBehindContent = await _roslynCodeActionHelpers.
GetFormattedNewFileContentsAsync
(documentContext.Snapshot.Project, codeBehindUri, codeBehindContent, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.Razor (1)
NestedFiles\RemoteAddNestedFileService.cs (1)
145
content = await _roslynCodeActionHelpers.
GetFormattedNewFileContentsAsync
(