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)
88internal MediaTypeCollection? ContentTypes => _contentTypes; 98if (_contentTypes is not null) 101foreach (var contentType in _contentTypes)