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