6 writes to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
CodeCleanup\CodeCleanupTests.cs (6)
174CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 193CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 214CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 235CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 346CleanupDocumentAsyncImpl = async (provider, document, spans, options, cancellationToken) => 392CleanupDocumentAsyncImpl = (provider, document, spans, options, cancellationToken) =>
1 reference to CleanupDocumentAsyncImpl
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
CodeCleanup\MockCodeCleanupProvider.cs (1)
29=> (CleanupDocumentAsyncImpl ?? throw new NotImplementedException()).Invoke(this, document, spans, options.FormattingOptions, cancellationToken);