4 references to SupportedTypes
Microsoft.AspNetCore.Mvc.Core.Test (4)
Formatters\InputFormatterTest.cs (4)
323formatter.SupportedTypes.Add(typeof(string)); 338formatter.SupportedTypes.Add(typeof(string)); 446return SupportedTypes.Count == 0 ? true : SupportedTypes.Contains(type);