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