Skip to content

Commit

Permalink
Respond to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cston committed Aug 2, 2022
1 parent 06a3c3b commit df68917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ internal sealed override bool HasUnscopedRefAttribute
if (!_flags.TryGetHasUnscopedRefAttribute(out bool hasUnscopedRefAttribute))
{
var containingPEModuleSymbol = (PEModuleSymbol)this.ContainingModule;
hasUnscopedRefAttribute = containingPEModuleSymbol.Module.HasAttribute(_handle, AttributeDescription.UnscopedRefAttribute);
hasUnscopedRefAttribute = containingPEModuleSymbol.Module.HasUnscopedRefAttribute(_handle);
_flags.SetHasUnscopedRefAttribute(hasUnscopedRefAttribute);
}

Expand Down

0 comments on commit df68917

Please sign in to comment.