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