4 references to SupportedTypes
Microsoft.AspNetCore.Mvc.Core.Test (4)
Formatters\OutputFormatterTests.cs (4)
38
formatter.
SupportedTypes
.Add(typeof(int));
55
formatter.
SupportedTypes
.Add(typeof(int));
83
formatter.
SupportedTypes
.Add(typeof(string));
193
return
SupportedTypes
.Contains(type);