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