1 write to IndentationManager
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\EditorOptionsService.cs (1)
30
IndentationManager
= indentationManager;
5 references to IndentationManager
Microsoft.CodeAnalysis.EditorFeatures (5)
Options\TextBufferOptionProviders.cs (5)
26
var lineFormattingOptions = GetLineFormattingOptionsImpl(textBuffer, editorOptions, optionsProvider.
IndentationManager
, explicitFormat: false);
31
=> GetLineFormattingOptionsImpl(textBuffer, optionsProvider.Factory.GetOptions(textBuffer), optionsProvider.
IndentationManager
, explicitFormat);
47
=> GetSyntaxFormattingOptionsImpl(textBuffer, optionsProvider.Factory.GetOptions(textBuffer), optionsProvider.
IndentationManager
, optionsProvider.GlobalOptions, languageServices, explicitFormat);
62
var formattingOptions = GetSyntaxFormattingOptionsImpl(textBuffer, editorOptions, optionsProvider.
IndentationManager
, optionsProvider.GlobalOptions, languageServices, explicitFormat);
87
var lineFormattingOptions = GetLineFormattingOptionsImpl(textBuffer, editorOptions, optionsProvider.
IndentationManager
, explicitFormat);