4 references to SmartIndenterOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndentProvider.cs (1)
35if (!_editorOptionsService.GlobalOptions.GetOption(SmartIndenterOptionsStorage.SmartIndenter))
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
53=> _globalOptions.GetOption(SmartIndenterOptionsStorage.SmartIndenter) ? new SmartIndent(textView, this) : null;
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndentProviderTests.vb (2)
28Assert.Equal(True, globalOptions.GetOption(SmartIndenterOptionsStorage.SmartIndenter)) 42globalOptions.SetGlobalOption(SmartIndenterOptionsStorage.SmartIndenter, False)