2 writes to Source
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
SimpleTypeModelBinderIntegrationTest.cs (2)
815result = new SampleModel() { Value = s, Source = "TryParse" }; 843return new SampleModel() { Value = s, Source = "Converter" };
1 reference to Source
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
SimpleTypeModelBinderIntegrationTest.cs (1)
735Assert.Equal("Converter", model.Source);