1 write to RuleName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataTypeAttributeAdapter.cs (1)
21RuleName = ruleName;
2 references to RuleName
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataTypeAttributeAdapter.cs (1)
31MergeAttribute(context.Attributes, RuleName, GetErrorMessage(context));
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ValidationAttributeAdapterProviderTest.cs (1)
88Assert.Equal(expectedRuleName, dataTypeAdapter.RuleName);