2 references to Default
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\SolutionCrawlerOptionsStorage.cs (1)
17
"dotnet_solution_crawler_background_analysis_scope", defaultValue: BackgroundAnalysisScope.
Default
, serializer: EditorConfigValueSerializer.CreateSerializerForEnum<BackgroundAnalysisScope>());
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\WorkspaceInProcess.cs (1)
90
var scope = value ? BackgroundAnalysisScope.FullSolution : BackgroundAnalysisScope.
Default
;