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