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