1 write to _propertyValue
System.ComponentModel.DataAnnotations (1)
DataAnnotations\LocalizableString.cs (1)
54this._propertyValue = value;
6 references to _propertyValue
System.ComponentModel.DataAnnotations (6)
DataAnnotations\LocalizableString.cs (6)
49return this._propertyValue; 52if (this._propertyValue != value) { 110if (this._propertyValue == null || this._resourceType == null) { 111this._cachedResult = () => this._propertyValue; 114PropertyInfo property = this._resourceType.GetProperty(this._propertyValue); 139this._propertyName, this._resourceType.FullName, this._propertyValue);