2 references to AddNavigationAnnotationAsync
Microsoft.CodeAnalysis.Features (2)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.ConstructorDelegatingCodeAction.cs (1)
100
return await
AddNavigationAnnotationAsync
(result, cancellationToken).ConfigureAwait(false);
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.FieldDelegatingCodeAction.cs (1)
82
return await
AddNavigationAnnotationAsync
(result, cancellationToken).ConfigureAwait(false);