1 write to _resourceType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\LocalizableString.cs (1)
69
this.
_resourceType
= value;
6 references to _resourceType
System.ComponentModel.DataAnnotations (6)
DataAnnotations\LocalizableString.cs (6)
64
return this.
_resourceType
;
67
if (this.
_resourceType
!= value) {
110
if (this._propertyValue == null || this.
_resourceType
== null) {
114
PropertyInfo property = this.
_resourceType
.GetProperty(this._propertyValue);
120
if (!this.
_resourceType
.IsVisible || property == null || property.PropertyType != typeof(string)) {
139
this._propertyName, this.
_resourceType
.FullName, this._propertyValue);