1 write to DocumentFormattingOptions
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeCleanup\CodeCleanupOptionsProviders.cs (1)
24
DocumentFormattingOptions
= options.GetDocumentFormattingOptions(),
1 reference to DocumentFormattingOptions
Microsoft.CodeAnalysis.Features (1)
AddFileBanner\AbstractAddFileBannerNewDocumentFormattingProvider.cs (1)
27
var fileHeaderTemplate = options.
DocumentFormattingOptions
.FileHeaderTemplate;