提交 0f8a97c6 编写于 作者: H Heejae Chang

removed default value for cancellation token

上级 c0c83bb5
......@@ -467,7 +467,7 @@ public Task<DocumentOptionSet> GetOptionsAsync(CancellationToken cancellationTok
return GetOptionsAsync(Project.Solution.Options, cancellationToken);
}
internal Task<DocumentOptionSet> GetOptionsAsync(OptionSet globalOptionSet, CancellationToken cancellationToken = default(CancellationToken))
internal Task<DocumentOptionSet> GetOptionsAsync(OptionSet globalOptionSet, CancellationToken cancellationToken)
{
// TODO: we have this workaround since Solution.Options is not actually snapshot but just return Workspace.Options which violate snapshot model.
// this doesn't validate whether same optionset is given to invalidate the cache or not. this is not new since existing implementation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册