5 implementations of Type
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2877public Type Type { get; set; }
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; }
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiResponseMetadataProviderTest\GetResponseMetadataTests.cs (1)
59public Type Type { get; set; }
2 references to Type
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
173Type = metadataAttribute.Type,
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
155var discoveredTypeAnnotation = providerMetadata.Type;