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