2 references to LineCommitOptionsStorage
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
LineCommit\CommitCommandHandler.vb (1)
124
If Not _globalOptions.GetOption(
LineCommitOptionsStorage
.PrettyListing, LanguageNames.VisualBasic) Then
LineCommit\CommitFormatter.vb (1)
63
If Not (isExplicitFormat OrElse _editorOptionsService.GlobalOptions.GetOption(
LineCommitOptionsStorage
.PrettyListing, LanguageNames.VisualBasic)) Then