2 references to ArgumentListRecordWithoutAttributes
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
EndpointMetadataApiDescriptionProviderTest.cs (2)
684
AssertParameters(GetApiDescription(([AsParameters]
ArgumentListRecordWithoutAttributes
req) => { }, "/{foo}", httpMethods: ["POST"]), "foo");
685
AssertParameters(GetApiDescription(([AsParameters]
ArgumentListRecordWithoutAttributes
req) => { }, "/{Foo}", httpMethods: ["POST"]));