6 references to EndConstructGenerationOptionsStorage
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
AutomaticEndConstructCorrection\ViewCreationListener.vb (1)
39If Not _globalOptions.GetOption(EndConstructGenerationOptionsStorage.EndConstruct, LanguageNames.VisualBasic) Then
EndConstructGeneration\EndConstructCommandHandler.vb (2)
71If Not _editorOptionsService.GlobalOptions.GetOption(EndConstructGenerationOptionsStorage.EndConstruct, LanguageNames.VisualBasic) Then 102If Not _editorOptionsService.GlobalOptions.GetOption(EndConstructGenerationOptionsStorage.EndConstruct, LanguageNames.VisualBasic) OrElse
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
Options\AdvancedOptionPageControl.xaml.vb (1)
130BindToOption(EnableEndConstruct, EndConstructGenerationOptionsStorage.EndConstruct, LanguageNames.VisualBasic)
Options\AutomationObject\AutomationObject.OnOff.vb (2)
21Return GetBooleanOption(EndConstructGenerationOptionsStorage.EndConstruct) 24SetBooleanOption(EndConstructGenerationOptionsStorage.EndConstruct, value)