提交 d3567c25 编写于 作者: C CyrusNajmabadi

Named parameter.

上级 b4f7d45b
......@@ -40,7 +40,7 @@ public abstract class CompletionServiceWithProviders : CompletionService, IEqual
private IEnumerable<Lazy<CompletionProvider, CompletionProviderMetadata>> _importedProviders;
protected CompletionServiceWithProviders(Workspace workspace)
: this(workspace, null)
: this(workspace, exclusiveProviders: null)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册