3 writes to DynamicProperty
Microsoft.AspNetCore.JsonPatch.Tests (3)
IntegrationTests\DynamicObjectIntegrationTest.cs (1)
53DynamicProperty = new DynamicTestObject()
IntegrationTests\ExpandoObjectIntegrationTest.cs (1)
41DynamicProperty = dynamicProperty
IntegrationTests\NestedObjectIntegrationTest.cs (1)
125DynamicProperty = new ExpandoObject()
2 references to DynamicProperty
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\ExpandoObjectIntegrationTest.cs (1)
51Assert.Equal("B", targetObject.DynamicProperty.StringProperty);
IntegrationTests\NestedObjectIntegrationTest.cs (1)
133Assert.Equal(1, targetObject.DynamicProperty.NewInt);