3 references to IsGeneratedCodeAsync
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (3)
37
if (document != null && !await document.
IsGeneratedCodeAsync
(cancellationToken).ConfigureAwait(false))
47
if (document != null && !await document.
IsGeneratedCodeAsync
(cancellationToken).ConfigureAwait(false))
140
if (!await document.
IsGeneratedCodeAsync
(cancellationToken).ConfigureAwait(false))