1 write to _adapterFactory
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\ObjectVisitor.cs (1)
36
_adapterFactory
= adapterFactory ?? throw new ArgumentNullException(nameof(adapterFactory));
1 reference to _adapterFactory
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\ObjectVisitor.cs (1)
76
return
_adapterFactory
.Create(targetObject);