2 writes to IsDefaultResponse
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\GrpcJsonTranscodingDescriptionProvider.cs (1)
90
IsDefaultResponse
= true
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
175
IsDefaultResponse
= metadataAttribute is IApiDefaultResponseMetadataProvider,
32 references to IsDefaultResponse
ApiExplorerWebSite (1)
ApiExplorerDataFilter.cs (1)
101
IsDefaultResponse = response.
IsDefaultResponse
,
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
196
else if (apiResponseType.
IsDefaultResponse
)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (29)
ApiResponseTypeProviderTest.cs (29)
41
Assert.False(responseType.
IsDefaultResponse
);
54
Assert.False(responseType.
IsDefaultResponse
);
61
Assert.False(responseType.
IsDefaultResponse
);
106
Assert.False(responseType.
IsDefaultResponse
);
119
Assert.False(responseType.
IsDefaultResponse
);
132
Assert.False(responseType.
IsDefaultResponse
);
164
Assert.False(responseType.
IsDefaultResponse
);
177
Assert.False(responseType.
IsDefaultResponse
);
184
Assert.False(responseType.
IsDefaultResponse
);
215
Assert.False(responseType.
IsDefaultResponse
);
252
Assert.True(responseType.
IsDefaultResponse
);
262
Assert.False(responseType.
IsDefaultResponse
);
271
Assert.False(responseType.
IsDefaultResponse
);
310
Assert.False(responseType.
IsDefaultResponse
);
319
Assert.False(responseType.
IsDefaultResponse
);
361
Assert.False(responseType.
IsDefaultResponse
);
370
Assert.False(responseType.
IsDefaultResponse
);
404
Assert.True(responseType.
IsDefaultResponse
);
447
Assert.True(responseType.
IsDefaultResponse
);
464
Assert.False(responseType.
IsDefaultResponse
);
543
Assert.True(responseType.
IsDefaultResponse
);
551
Assert.False(responseType.
IsDefaultResponse
);
560
Assert.False(responseType.
IsDefaultResponse
);
589
Assert.True(responseType.
IsDefaultResponse
);
599
Assert.False(responseType.
IsDefaultResponse
);
608
Assert.False(responseType.
IsDefaultResponse
);
641
Assert.False(responseType.
IsDefaultResponse
);
671
Assert.False(responseType.
IsDefaultResponse
);
697
Assert.False(responseType.
IsDefaultResponse
);
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiDocumentService.cs (1)
343
var responseKey = responseType.
IsDefaultResponse