3 references to TryParseStringRecord
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (3)
EndpointMetadataApiDescriptionProviderTest.cs (3)
679Assert.Equal(typeof(TryParseStringRecord), param.Type); 684AssertPathParameter(GetApiDescription((TryParseStringRecord foo) => { }, "/{foo}")); 1882public static bool TryParse(string value, out TryParseStringRecord result) =>