33 implementations of PopulateMetadata
Microsoft.AspNetCore.Http.Results (30)
Accepted.cs (1)
79
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
AcceptedAtRoute.cs (1)
106
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
AcceptedAtRouteOfT.cs (1)
120
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
AcceptedOfT.cs (1)
98
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
BadRequest.cs (1)
49
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
BadRequestOfT.cs (1)
63
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
Conflict.cs (1)
49
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
ConflictOfT.cs (1)
63
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
Created.cs (1)
79
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
CreatedAtRoute.cs (1)
106
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
CreatedAtRouteOfT.cs (1)
123
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
CreatedOfT.cs (1)
97
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
InternalServerError.cs (1)
49
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
InternalServerErrorOfT.cs (1)
63
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
JsonHttpResultOfT.cs (1)
138
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
NoContent.cs (1)
49
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
NotFound.cs (1)
48
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
NotFoundOfT.cs (1)
62
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
Ok.cs (1)
48
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
OkOfT.cs (1)
62
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
ProblemHttpResult.cs (1)
77
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
ResultsOfT.Generated.cs (5)
65
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
135
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
214
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
302
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
399
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
ServerSentEventsResult.cs (1)
102
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
UnprocessableEntity.cs (1)
49
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
UnprocessableEntityOfT.cs (1)
63
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
ValidationProblem.cs (1)
74
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
Microsoft.AspNetCore.Http.Results.Tests (3)
ResultsOfTHelperTests.cs (3)
109
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
122
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
130
static void IEndpointMetadataProvider.
PopulateMetadata
(MethodInfo method, EndpointBuilder builder)
28 references to PopulateMetadata
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\EndpointMetadataPopulator.cs (1)
74
T.
PopulateMetadata
(method, builder);
Microsoft.AspNetCore.Http.Results (1)
ResultsOfTHelper.cs (1)
61
TTarget.
PopulateMetadata
(method, builder);
Microsoft.AspNetCore.Http.Results.Tests (25)
AcceptedAtRouteOfTResultTests.cs (1)
210
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
AcceptedAtRouteResultTests.cs (1)
122
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
AcceptedOfTResultTests.cs (1)
134
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
AcceptedResultTests.cs (1)
79
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
BadRequestOfTResultTests.cs (1)
177
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
BadRequestResultTests.cs (1)
92
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
ConflictOfTResultTests.cs (1)
155
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
ConflictResultTests.cs (1)
93
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
CreatedAtRouteOfTResultTests.cs (1)
177
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
CreatedAtRouteResultTests.cs (1)
125
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
CreatedOfTResultTests.cs (1)
174
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
CreatedResultTests.cs (1)
113
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
InternalServerErrorOfTResultTests.cs (1)
177
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
InternalServerErrorResultTests.cs (1)
90
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
JsonResultTests.cs (1)
334
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
NoContentResultTests.cs (1)
90
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
NotFoundOfTResultTests.cs (1)
137
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
NotFoundResultTests.cs (1)
86
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
OkOfTResultTests.cs (1)
154
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
OkResultTests.cs (1)
91
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
ResultsOfTTests.cs (1)
92
TTarget.
PopulateMetadata
(method, builder);
ServerSentEventsResultTests.cs (1)
335
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
UnprocessableEntityOfTResultTests.cs (1)
154
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
UnprocessableEntityResultTests.cs (1)
92
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
ValidationProblemResultTests.cs (1)
174
where TResult : IEndpointMetadataProvider => TResult.
PopulateMetadata
(method, builder);
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\EndpointMetadataPopulator.cs (1)
74
T.
PopulateMetadata
(method, builder);