1 write to _editorOptionsService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitFormatter.vb (1)
36
_editorOptionsService
= editorOptionsService
2 references to _editorOptionsService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
LineCommit\CommitFormatter.vb (2)
63
If Not (isExplicitFormat OrElse
_editorOptionsService
.GlobalOptions.GetOption(LineCommitOptionsStorage.PrettyListing, LanguageNames.VisualBasic)) Then
75
Dim cleanupOptions = buffer.GetCodeCleanupOptions(
_editorOptionsService
, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, isExplicitFormat, allowImportsInHiddenRegions:=document.AllowImportsInHiddenRegions())