1 type derived from BaseClass
Microsoft.AspNetCore.JsonPatch.Tests (1)
JsonPatchDocumentGetPathTest.cs (1)
107internal class DerivedClass : BaseClass
1 reference to BaseClass
Microsoft.AspNetCore.JsonPatch.Tests (1)
JsonPatchDocumentGetPathTest.cs (1)
84var path = patchDocument.GetPath(p => (BaseClass)p.DerivedObject, null);