1 implementation of GetResultDataType
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionResultTypeMapper.cs (1)
12public Type GetResultDataType(Type returnType)
1 reference to GetResultDataType
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
362unwrappedType = _mapper.GetResultDataType(unwrappedType);