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,
35 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 (32)
ApiResponseTypeProviderTest.cs (32)
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
);
221
Assert.False(responseType.
IsDefaultResponse
);
235
Assert.False(responseType.
IsDefaultResponse
);
243
Assert.False(responseType.
IsDefaultResponse
);
275
Assert.False(responseType.
IsDefaultResponse
);
312
Assert.True(responseType.
IsDefaultResponse
);
322
Assert.False(responseType.
IsDefaultResponse
);
331
Assert.False(responseType.
IsDefaultResponse
);
370
Assert.False(responseType.
IsDefaultResponse
);
379
Assert.False(responseType.
IsDefaultResponse
);
421
Assert.False(responseType.
IsDefaultResponse
);
430
Assert.False(responseType.
IsDefaultResponse
);
464
Assert.True(responseType.
IsDefaultResponse
);
507
Assert.True(responseType.
IsDefaultResponse
);
524
Assert.False(responseType.
IsDefaultResponse
);
603
Assert.True(responseType.
IsDefaultResponse
);
611
Assert.False(responseType.
IsDefaultResponse
);
620
Assert.False(responseType.
IsDefaultResponse
);
649
Assert.True(responseType.
IsDefaultResponse
);
659
Assert.False(responseType.
IsDefaultResponse
);
668
Assert.False(responseType.
IsDefaultResponse
);
701
Assert.False(responseType.
IsDefaultResponse
);
731
Assert.False(responseType.
IsDefaultResponse
);
757
Assert.False(responseType.
IsDefaultResponse
);
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiDocumentService.cs (1)
381
var responseKey = responseType.
IsDefaultResponse