6 writes to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
CodeCleanup\CodeCleanupTests.cs (6)
178CleanupDocumentAsyncImpl = async (document, spans, options, cancellationToken) => 198CleanupDocumentAsyncImpl = async (document, spans, options, cancellationToken) => 220CleanupDocumentAsyncImpl = async (document, spans, options, cancellationToken) => 242CleanupDocumentAsyncImpl = async (document, spans, options, cancellationToken) => 354CleanupDocumentAsyncImpl = async (document, spans, options, cancellationToken) => 399CleanupDocumentAsyncImpl = (document, spans, options, cancellationToken) =>
1 reference to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
CodeCleanup\MockCodeCleanupProvider.cs (1)
29=> (CleanupDocumentAsyncImpl ?? throw new NotImplementedException()).Invoke(document, spans, options.FormattingOptions, cancellationToken);