3 references to IsGeneratedCodeAsync
Microsoft.CodeAnalysis.BannedApiAnalyzers (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))