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