2 writes to DerivedProperty
FormatterWebSite (2)
IModelConverter.cs (1)
20DerivedProperty = reader.Value.ToString(),
PolymorphicBinder.cs (1)
15DerivedProperty = bindingContext.ValueProvider.GetValue(nameof(DerivedModel.DerivedProperty)).FirstValue,
4 references to DerivedProperty
FormatterWebSite (1)
PolymorphicBinder.cs (1)
15DerivedProperty = bindingContext.ValueProvider.GetValue(nameof(DerivedModel.DerivedProperty)).FirstValue,
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
InputFormatterTests.cs (3)
96Assert.Equal("Test", result.DerivedProperty); 128Assert.Equal(input, result.DerivedProperty); 160Assert.Equal(input, result.DerivedProperty);