2 references to _typeMemberCache
System.ComponentModel.DataAnnotations (2)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (2)
139
if (
_typeMemberCache
.TryGetValue(memberTuple, out attributes)) {
156
_typeMemberCache
.TryAdd(memberTuple, attributes);