4 references to Extensions
Microsoft.AspNetCore.Components.Endpoints (2)
Forms\DataAnnotationsClientValidationProvider.cs (1)
211var normalizedExtensions = fea.Extensions
Forms\DataAnnotationsLocalizer.cs (1)
103FileExtensionsAttribute a => string.Format(culture, messageTemplate, displayName, a.Extensions),
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
FileExtensionsAttributeAdapter.cs (1)
23var normalizedExtensions = Attribute.Extensions.Replace(" ", string.Empty).Replace(".", string.Empty).ToLowerInvariant();
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\FileExtensionsAttribute.cs (1)
35Extensions.Replace(" ", string.Empty).Replace(".", string.Empty).ToLowerInvariant();