2 writes to LineFormatting
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (2)
DocumentationComments\OmniSharpDocumentationCommentOptionsWrapper.cs (2)
25LineFormatting = new LineFormattingOptions() 44return new(new() { LineFormatting = formattingOptions.LineFormatting, AutoXmlDocCommentGeneration = autoXmlDocCommentGeneration });
3 references to LineFormatting
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\DocumentationCommentOptions.cs (3)
34public bool UseTabs => LineFormatting.UseTabs; 35public int TabSize => LineFormatting.TabSize; 36public string NewLine => LineFormatting.NewLine;