2 references to IsSubsetOfAnyContentType
Microsoft.AspNetCore.Mvc.Core (2)
ConsumesAttribute.cs (2)
121
if (!string.IsNullOrEmpty(requestContentType) && !
IsSubsetOfAnyContentType
(requestContentType))
177
if (
IsSubsetOfAnyContentType
(requestContentType))