2 instantiations of DerivedModel
FormatterWebSite (2)
IModelConverter.cs (1)
18return new DerivedModel
PolymorphicBinder.cs (1)
13var model = new DerivedModel
8 references to DerivedModel
FormatterWebSite (2)
PolymorphicBinder.cs (2)
13var model = new DerivedModel 15DerivedProperty = bindingContext.ValueProvider.GetValue(nameof(DerivedModel.DerivedProperty)).FirstValue,
Microsoft.AspNetCore.Mvc.FunctionalTests (6)
InputFormatterTests.cs (6)
95var result = JsonConvert.DeserializeObject<DerivedModel>(await response.Content.ReadAsStringAsync()); 127var result = JsonConvert.DeserializeObject<DerivedModel>(await response.Content.ReadAsStringAsync()); 159var result = JsonConvert.DeserializeObject<DerivedModel>(await response.Content.ReadAsStringAsync());