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