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