4 references to ConvertAsync
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (2)
59
info.Value.title, c =>
ConvertAsync
(document, namespaceDecl, options.GetFormattingOptions(), c), info.Value.equivalenceKey));
107
document = await
ConvertAsync
(document, namespaceDecl, options.GetFormattingOptions(), cancellationToken).ConfigureAwait(false);
ConvertNamespaceCodeFixProvider.cs (1)
68
var converted = await
ConvertAsync
(document, namespaceDecl, options.GetFormattingOptions(), cancellationToken).ConfigureAwait(false);
Formatting\CSharpNamespaceDeclarationNewDocumentFormattingProvider.cs (1)
43
return await ConvertNamespaceTransform.
ConvertAsync
(document, namespaces[0], options.FormattingOptions, cancellationToken).ConfigureAwait(false);