2 writes to HttpMethods
Microsoft.AspNetCore.Routing (2)
RouteEndpointDataSource.cs (2)
47
HttpMethods
= httpMethods,
81
HttpMethods
= httpMethods,
5 references to HttpMethods
Microsoft.AspNetCore.Routing (5)
RouteEndpointDataSource.cs (5)
151
if (entry.
HttpMethods
is not null)
154
displayName = $"HTTP: {string.Join(", ", entry.
HttpMethods
)} {displayName}";
196
if (entry.
HttpMethods
is not null)
198
builder.Metadata.Add(new HttpMethodMetadata(entry.
HttpMethods
));
296
DisableInferBodyFromParameters = ShouldDisableInferredBodyParameters(entry.
HttpMethods
),