6 writes to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
CodeCleanup\CodeCleanupTests.cs (6)
186CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 205CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 226CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 247CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 353CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 399CleanupDocumentAsyncImpl = (provider, document, spans, options, cancellationToken) =>
1 reference to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
CodeCleanup\MockCodeCleanupProvider.cs (1)
28=> (CleanupDocumentAsyncImpl ?? throw new NotImplementedException()).Invoke(this, document, spans, options.FormattingOptions, cancellationToken);