1 implementation of CleanupAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
30
public async Task<Document>
CleanupAsync
(
3 references to CleanupAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\CodeCleanupTests.cs (2)
841
var newDoc = await codeCleanupService.
CleanupAsync
(
949
var newDoc = await codeCleanupService.
CleanupAsync
(
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
252
return await codeCleanupService.
CleanupAsync
(