3 references to _typeStoreItems
System.ComponentModel.DataAnnotations (3)
DataAnnotations\ValidationAttributeStore.cs (3)
114
lock (this.
_typeStoreItems
) {
116
if (!this.
_typeStoreItems
.TryGetValue(type, out item)) {
124
this.
_typeStoreItems
[type] = item;