2 references to HasName
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\MediaType.cs (2)
454return HasName(new StringSegment(name)); 464return HasName(other.Name) && Value.Equals(other.Value, StringComparison.OrdinalIgnoreCase);