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