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