5 references to HasWildcard
Microsoft.AspNetCore.Mvc.Core (5)
Formatters\OutputFormatter.cs (2)
57if (parsedMediaType.HasWildcard) 124if (supportedMediaType.HasWildcard)
Infrastructure\DefaultOutputFormatterSelector.cs (1)
273if (parsedContentType.HasWildcard)
ProducesAttribute.cs (1)
116if (contentType.HasWildcard)
ProducesResponseTypeAttribute.cs (1)
117if (mediaType.HasWildcard)