Skip to content

Commit

Permalink
visit directive from discovered types during trim
Browse files Browse the repository at this point in the history
  • Loading branch information
vhatsura committed Apr 5, 2022
1 parent b1cac69 commit 1494b65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public IReadOnlyCollection<TypeSystemObjectBase> Trim()
directiveType.Name.Equals(WellKnownDirectives.Deprecated))
{
_touched.Add(directiveType);
VisitDirective(directiveType);
}
}

Expand Down

0 comments on commit 1494b65

Please sign in to comment.