2 references to GetCodeCleanupOptions
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\EndConstructCommandHandler.vb (1)
143
Dim options = buffer.
GetCodeCleanupOptions
(_editorOptionsService, document.Project.Services, explicitFormat:=False, allowImportsInHiddenRegions:=document.AllowImportsInHiddenRegions())
LineCommit\CommitFormatter.vb (1)
75
Dim cleanupOptions = buffer.
GetCodeCleanupOptions
(_editorOptionsService, document.Project.Services, isExplicitFormat, allowImportsInHiddenRegions:=document.AllowImportsInHiddenRegions())