2 references to GetLineFormattingOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
83var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);
SplitComment\SplitCommentCommandHandler.cs (1)
166var options = textBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);