3 references to IsGeneratedCodeAsync
Roslyn.Diagnostics.Analyzers (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)) 146if (!await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false))