4 references to GetLineFormattingOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
288newLine = buffer.GetLineFormattingOptions(editorOptionsService, explicitFormat: false).NewLine;
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
82var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);
SplitComment\SplitCommentCommandHandler.cs (1)
164var options = textBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);
Microsoft.VisualStudio.LanguageServices (1)
Snippets\SnippetExpansionClient.cs (1)
287var formattingOptions = SubjectBuffer.GetLineFormattingOptions(EditorOptionsService, explicitFormat: false);