1 write to DocumentFormattingOptions
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanupOptions.cs (1)
93
DocumentFormattingOptions
= options.GetDocumentFormattingOptions(fallbackOptions?.DocumentFormattingOptions),
4 references to DocumentFormattingOptions
Microsoft.CodeAnalysis.Features (1)
AddFileBanner\AbstractAddFileBannerNewDocumentFormattingProvider.cs (1)
28
var fileHeaderTemplate = options.
DocumentFormattingOptions
.FileHeaderTemplate;
Microsoft.CodeAnalysis.Workspaces (3)
CodeActionOptions.cs (1)
103
=> ValueTaskFactory.FromResult(GetOptions(languageServices).CleanupOptions.
DocumentFormattingOptions
);
CodeCleanupOptions.cs (2)
70
=> (await GetCodeCleanupOptionsAsync(languageServices, cancellationToken).ConfigureAwait(false)).
DocumentFormattingOptions
;
93
DocumentFormattingOptions = options.GetDocumentFormattingOptions(fallbackOptions?.
DocumentFormattingOptions
),