5 references to AllowImportsInHiddenRegions
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
())
Microsoft.CodeAnalysis.Workspaces (2)
AddImportPlacementOptions.cs (1)
58
return configOptions.GetAddImportPlacementOptions(document.Project.Services, document.
AllowImportsInHiddenRegions
(), fallbackOptions);
CodeCleanupOptions.cs (1)
99
return configOptions.GetCodeCleanupOptions(document.Project.Services, document.
AllowImportsInHiddenRegions
(), fallbackOptions);
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetExpansionClient.cs (1)
1068
var addImportOptions = SubjectBuffer.GetAddImportPlacementOptions(EditorOptionsService, languageServices, documentWithImports.
AllowImportsInHiddenRegions
());