3 writes to LineFormatting
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (2)
DocumentationComments\OmniSharpDocumentationCommentOptionsWrapper.cs (2)
25LineFormatting = new LineFormattingOptions() 44return new(new() { LineFormatting = formattingOptions.LineFormatting, AutoXmlDocCommentGeneration = autoXmlDocCommentGeneration });
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\DocumentationCommentOptionsStorage.cs (1)
16LineFormatting = lineFormatting,
3 references to LineFormatting
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\DocumentationCommentOptions.cs (3)
22public bool UseTabs => LineFormatting.UseTabs; 23public int TabSize => LineFormatting.TabSize; 24public string NewLine => LineFormatting.NewLine;