2 references to s_typeMemberCache
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (2)
174
if (
s_typeMemberCache
.TryGetValue(memberTuple, out attributes))
194
s_typeMemberCache
.TryAdd(memberTuple, attributes);