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