5 implementations of Type
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2877
public Type
Type
{ get; set; }
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
53
public Type?
Type
{ get; set; }
ProducesDefaultResponseTypeAttribute.cs (1)
35
public Type
Type
{ get; }
ProducesResponseTypeAttribute.cs (1)
68
public Type
Type
{ get; set; }
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiResponseMetadataProviderTest\GetResponseMetadataTests.cs (1)
59
public Type
Type
{ get; set; }
2 references to Type
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
173
Type = metadataAttribute.
Type
,
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
155
var discoveredTypeAnnotation = providerMetadata.
Type
;