1 write to _resourceType
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\LocalizableString.cs (1)
75
_resourceType
= value;
6 references to _resourceType
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\LocalizableString.cs (6)
69
get =>
_resourceType
;
72
if (
_resourceType
!= value)
119
if (_propertyValue == null ||
_resourceType
== null)
126
var property =
_resourceType
.GetRuntimeProperty(_propertyValue);
132
if (!
_resourceType
.IsVisible || property == null ||
152
string exceptionMessage = SR.Format(SR.LocalizableString_LocalizationFailed, _propertyName,
_resourceType
.FullName, _propertyValue);