1 instantiation of TypeWithTryParse
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Metadata\DefaultModelMetadataTest.cs (1)
1629
result = new
TypeWithTryParse
();
2 references to TypeWithTryParse
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Metadata\DefaultModelMetadataTest.cs (2)
349
[InlineData(typeof(
TypeWithTryParse
))]
1627
public static bool TryParse(string s, out
TypeWithTryParse
result)