9 references to TryParseStringRecordStruct
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (9)
EndpointMetadataApiDescriptionProviderTest.cs (9)
736
Assert.Equal(typeof(
TryParseStringRecordStruct
), param.Type);
741
AssertPathParameter(GetApiDescription((
TryParseStringRecordStruct
foo) => { }, "/{foo}"));
757
AssertQueryParameter<
TryParseStringRecordStruct
>(GetApiDescription(([FromQuery]
TryParseStringRecordStruct
foo) => { }));
761
AssertQueryParameter<
TryParseStringRecordStruct
[]>(GetApiDescription((
TryParseStringRecordStruct
[] foo) => { }, "/"));
779
AssertBody<
TryParseStringRecordStruct
[]>(GetApiDescription((
TryParseStringRecordStruct
[] foo) => { }, "/", httpMethods: new[] { httpMethod }));
1857
public static bool TryParse(string value, out
TryParseStringRecordStruct
result) =>