6 writes to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
CodeCleanup\CodeCleanupTests.cs (6)
175CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 194CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 215CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 236CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 347CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 393CleanupDocumentAsyncImpl = (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);