4 references to IsGeneratedCodeAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.cs (1)
72if (await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false))
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (3)
37if (document != null && !await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false)) 47if (document != null && !await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false)) 139if (!await document.IsGeneratedCodeAsync(cancellationToken).ConfigureAwait(false))