1 instantiation of SampleTryParsableModel
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
SimpleTypeModelBinderIntegrationTest.cs (1)
827
result = new
SampleTryParsableModel
() { Value = s, Source = "TryParse" };
4 references to SampleTryParsableModel
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
SimpleTypeModelBinderIntegrationTest.cs (4)
758
ParameterType = typeof(
SampleTryParsableModel
)
777
var
model = Assert.IsType<
SampleTryParsableModel
>(modelBindingResult.Model);
825
public static bool TryParse([NotNullWhen(true)] string s, [MaybeNullWhen(false)] out
SampleTryParsableModel
result)