2 references to SimplifyTypeNamesAsync
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
636
return await
SimplifyTypeNamesAsync
(formattedDocument, documentOptions, cancellationToken).ConfigureAwait(false);
705
return await
SimplifyTypeNamesAsync
(formattedDocument, documentOptions, cancellationToken).ConfigureAwait(false);