1 instantiation of TestClassWithTryParse
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\TryParseTypeModelBinderProviderTest.cs (1)
47
result = new
TestClassWithTryParse
();
2 references to TestClassWithTryParse
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\TryParseTypeModelBinderProviderTest.cs (2)
30
var context = new TestModelBinderProviderContext(typeof(
TestClassWithTryParse
));
45
public static bool TryParse(string s, out
TestClassWithTryParse
result)