We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec8884 commit 6a06e1bCopy full SHA for 6a06e1b
src/coreclr/tools/Common/Internal/Runtime/EETypeBuilderHelpers.cs
@@ -148,7 +148,7 @@ private static bool IsTrackedReferenceWithFinalizer(TypeDesc type)
148
if (!type.HasFinalizer)
149
return false;
150
151
- if ((MetadataType)type).HasCustomAttribute("System.Runtime.InteropServices.ObjectiveC", "ObjectiveCTrackedTypeAttribute"))
+ if (((MetadataType)type).HasCustomAttribute("System.Runtime.InteropServices.ObjectiveC", "ObjectiveCTrackedTypeAttribute"))
152
return true;
153
154
type = type.BaseType;
0 commit comments