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