2 writes to ContentTypes
Microsoft.AspNetCore.Mvc.Core (2)
ProducesAttribute.cs (2)
28ContentTypes = new MediaTypeCollection(); 49ContentTypes = GetContentTypes(contentType, additionalContentTypes);
2 references to ContentTypes
Microsoft.AspNetCore.Mvc.Core (2)
ProducesAttribute.cs (2)
15/// response content types. The <see cref="ContentTypes"/> value is used to set 101foreach (var contentType in ContentTypes)