3 references to GetMethod
Microsoft.AspNetCore.Routing.Tests (3)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (3)
85
Assert.Equal("METHOD",
GetMethod
(metadataArray[0]));
86
Assert.Equal("ATTRIBUTE",
GetMethod
(metadataArray[1]));
87
Assert.Equal("BUILDER",
GetMethod
(metadataArray[2]));