3 references to GetFormattingOptions
Microsoft.CodeAnalysis.CSharp.Features (3)
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (2)
59info.Value.title, c => ConvertAsync(document, namespaceDecl, options.GetFormattingOptions(), c), info.Value.equivalenceKey)); 107document = await ConvertAsync(document, namespaceDecl, options.GetFormattingOptions(), cancellationToken).ConfigureAwait(false);
ConvertNamespaceCodeFixProvider.cs (1)
68var converted = await ConvertAsync(document, namespaceDecl, options.GetFormattingOptions(), cancellationToken).ConfigureAwait(false);