提交 fc01ab14 编写于 作者: C CyrusNajmabadi

Update experiment name.

上级 ab346f5b
...@@ -60,7 +60,7 @@ protected AbstractAddImportFeatureService() ...@@ -60,7 +60,7 @@ protected AbstractAddImportFeatureService()
CancellationToken cancellationToken) CancellationToken cancellationToken)
{ {
var session = await document.Project.Solution.TryCreateCodeAnalysisServiceSessionAsync( var session = await document.Project.Solution.TryCreateCodeAnalysisServiceSessionAsync(
AddImportOptions.OutOfProcessAllowed, WellKnownExperimentNames.OutOfProcessAllowed, AddImportOptions.OutOfProcessAllowed, WellKnownExperimentNames.RoslynFeatureOOP,
new RemoteSymbolSearchService(symbolSearchService, cancellationToken), cancellationToken).ConfigureAwait(false); new RemoteSymbolSearchService(symbolSearchService, cancellationToken), cancellationToken).ConfigureAwait(false);
using (session) using (session)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册