4 implementations of TryTest
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\DictionaryAdapterOfTU.cs (1)
125
public virtual bool
TryTest
(
Internal\JsonObjectAdapter.cs (1)
89
public virtual bool
TryTest
(
Internal\ListAdapter.cs (1)
114
public virtual bool
TryTest
(object target, string segment, JsonSerializerOptions serializerOptions, object value, out string errorMessage)
Internal\PocoAdapter.cs (1)
136
public virtual bool
TryTest
(
1 reference to TryTest
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\ObjectAdapter.cs (1)
216
if (!adapter.
TryTest
(target, parsedPath.LastSegment, SerializerOptions, operation.value, out errorMessage))