2 references to ConvertFileScopedNamespaceAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertProgram\ConvertProgramTransform_TopLevelStatements.cs (1)
64
? await ConvertNamespaceTransform.
ConvertFileScopedNamespaceAsync
(document, fileScopedNamespace, (CSharpSyntaxFormattingOptions)cleanupOptions.FormattingOptions, cancellationToken).ConfigureAwait(false)
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (1)
29
FileScopedNamespaceDeclarationSyntax fileScopedNamespace =>
ConvertFileScopedNamespaceAsync
(document, fileScopedNamespace, options, cancellationToken),