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