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