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 c5dc589 commit b4c09dfCopy full SHA for b4c09df
src/mono/mono/metadata/custom-attrs.c
@@ -1837,7 +1837,7 @@ should_filter_attribute_for_reflection (MonoMethod *ctor)
1837
if (strcmp (attr_namespace, "System.Runtime.CompilerServices") == 0) {
1838
if (strcmp (attr_name, "NullableContextAttribute") == 0 ||
1839
strcmp (attr_name, "TypeForwardedFromAttribute") == 0 ||
1840
- strcmp (attr_name, "IsReadOnlyAttribute") == 0) {
+ strcmp (attr_name, "IsReadOnlyAttribute") == 0) {
1841
return TRUE;
1842
}
1843
0 commit comments