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