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