2 writes to HttpMethods
Microsoft.AspNetCore.Routing (2)
RouteEndpointDataSource.cs (2)
46
HttpMethods
= httpMethods,
80
HttpMethods
= httpMethods,
5 references to HttpMethods
Microsoft.AspNetCore.Routing (5)
RouteEndpointDataSource.cs (5)
150
if (entry.
HttpMethods
is not null)
153
displayName = $"HTTP: {string.Join(", ", entry.
HttpMethods
)} {displayName}";
195
if (entry.
HttpMethods
is not null)
197
builder.Metadata.Add(new HttpMethodMetadata(entry.
HttpMethods
));
295
DisableInferBodyFromParameters = ShouldDisableInferredBodyParameters(entry.
HttpMethods
),