2 references to ConvertFileScopedNamespaceAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertNamespaceTransform.cs (1)
35return await ConvertFileScopedNamespaceAsync(document, fileScopedNamespace, cancellationToken).ConfigureAwait(false);
ConvertProgram\ConvertProgramTransform_TopLevelStatements.cs (1)
64? await ConvertNamespaceTransform.ConvertFileScopedNamespaceAsync(document, fileScopedNamespace, cancellationToken).ConfigureAwait(false)