3 references to GetFormattingOptions
Microsoft.CodeAnalysis.CSharp.Features (3)
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);