提交 107e78e3 编写于 作者: C Cyrus Najmabadi

Add comment

上级 9b4f5dc1
......@@ -275,9 +275,12 @@ internal static partial class DependentTypeFinder
Debug.Assert(foundType.Locations.Any(s_isInMetadata));
// Add to the result list.
// This was a good match, add to the final result list.
result.Add(foundType);
// If we're doing a transitive search, add these found types to the 'current' sets we're
// searching for more results for. These will then be used when searching for more types in the
// next project (which our caller controls).
if (transitive && shouldContinueSearching(foundType))
{
currentMetadataTypes.Add(foundType);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册