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)
69get => _resourceType; 72if (_resourceType != value) 119if (_propertyValue == null || _resourceType == null) 126var property = _resourceType.GetRuntimeProperty(_propertyValue); 132if (!_resourceType.IsVisible || property == null || 152string exceptionMessage = SR.Format(SR.LocalizableString_LocalizationFailed, _propertyName, _resourceType.FullName, _propertyValue);