提交 0f9c5c25 编写于 作者: C Cyrus Najmabadi

Add docs

上级 8c2ec2be
......@@ -359,6 +359,8 @@ private bool HandleNamedTypesWorker(INamedTypeSymbol x, INamedTypeSymbol y, Dict
if (xNamespace.Name != yNamespace.Name)
return false;
// Error namespaces don't set the IsGlobalNamespace bit unfortunately. So we just do the
// nominal check to see if we've actually hit the root.
if (xNamespace.Name == "")
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册