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