1 write to _contentTypes
Microsoft.AspNetCore.Mvc.Core (1)
ProducesResponseTypeAttribute.cs (1)
62
_contentTypes
= GetContentTypes(contentType, additionalContentTypes);
3 references to _contentTypes
Microsoft.AspNetCore.Mvc.Core (3)
ProducesResponseTypeAttribute.cs (3)
88
internal MediaTypeCollection? ContentTypes =>
_contentTypes
;
98
if (
_contentTypes
is not null)
101
foreach (var contentType in
_contentTypes
)