3 references to IsGeneratedCodeAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (3)
38if (document != null && !await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false)) 48if (document != null && !await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false)) 147if (!await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false))