4 references to Extensions
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\DataAnnotationsClientValidationProvider.cs (1)
210var normalizedExtensions = fea.Extensions
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
FileExtensionsAttributeAdapter.cs (1)
23var normalizedExtensions = Attribute.Extensions.Replace(" ", string.Empty).Replace(".", string.Empty).ToLowerInvariant();
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\FileExtensionsAttribute.cs (2)
36Extensions.Replace(" ", string.Empty).Replace(".", string.Empty).ToLowerInvariant(); 49/// dot-prefixed list of extensions specified by <see cref="Extensions" />.