1 write to _errorMessageResourceName
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationAttribute.cs (1)
191_errorMessageResourceName = value;
6 references to _errorMessageResourceName
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\ValidationAttribute.cs (6)
106Debug.Assert(_defaultErrorMessage is null && _errorMessageResourceName is null && _errorMessage is null && _errorMessageResourceType is null); 188get => _errorMessageResourceName; 233bool resourceNameSet = !string.IsNullOrEmpty(_errorMessageResourceName); 272Debug.Assert(!string.IsNullOrEmpty(_errorMessageResourceName)); 274.GetProperty(_errorMessageResourceName, BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.DeclaredOnly); 292_errorMessageResourceName));