1 implementation of CleanupAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
39public async Task<Document> CleanupAsync(
5 references to CleanupAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\CodeCleanupTests.cs (2)
758var newDoc = await codeCleanupService.CleanupAsync( 842var newDoc = await codeCleanupService.CleanupAsync(
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\CodeCleanUpTests.vb (2)
542Dim newDoc = Await codeCleanupService.CleanupAsync( 594Dim newDoc = Await codeCleanupService.CleanupAsync(
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
361return await codeCleanupService.CleanupAsync(