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