1 write to _propertyStoreItems
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
191this._propertyStoreItems = this.CreatePropertyStoreItems();
3 references to _propertyStoreItems
System.ComponentModel.DataAnnotations (3)
DataAnnotations\ValidationAttributeStore.cs (3)
188if (this._propertyStoreItems == null) { 190if (this._propertyStoreItems == null) { 195if (!this._propertyStoreItems.TryGetValue(propertyName, out item)) {