Skip to content
代码片段 群组 项目
提交 2906a2e5 编辑于 作者: Heejae Chang's avatar Heejae Chang
浏览文件

added link to the bug

上级 625a736d
No related branches found
No related tags found
无相关合并请求
......@@ -141,6 +141,11 @@ private bool ReportUnlessCanceled(Exception ex, CancellationToken cancellationTo
private static bool s_reported = false;
/// <summary>
/// Show info bar and throw its own cancellation exception until
/// we figure out this issue
/// https://devdiv.visualstudio.com/DevDiv/_workitems/edit/453544
/// </summary>
private void ThrowOwnCancellationToken()
{
if (CodeAnalysis.PrimaryWorkspace.Workspace != null && !s_reported)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册