2 references to HasCustomAttributeWithName
System.Text.Json (2)
System\ReflectionExtensions.cs (2)
53
return memberInfo.
HasCustomAttributeWithName
("System.Runtime.CompilerServices.RequiredMemberAttribute", inherit: false);
59
return memberInfo.
HasCustomAttributeWithName
("System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute", inherit: false);