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