3 implementations of Type
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
53public Type? Type { get; set; }
ProducesDefaultResponseTypeAttribute.cs (1)
35public Type Type { get; }
ProducesResponseTypeAttribute.cs (1)
68public Type Type { get; set; }
2 references to Type
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
226Type = metadataAttribute.Type,
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
154var discoveredTypeAnnotation = providerMetadata.Type;