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