5 references to IsGeneratedCodeAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.cs (1)
76
if (await document.
IsGeneratedCodeAsync
(cancellationToken).ConfigureAwait(false))
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
74
if (await document.
IsGeneratedCodeAsync
(cancellationToken).ConfigureAwait(false))
Microsoft.CodeAnalysis.Workspaces (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))