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