5 implementations of TryTest
Microsoft.AspNetCore.JsonPatch (5)
Internal\DictionaryAdapterOfTU.cs (1)
133public virtual bool TryTest(
Internal\DynamicObjectAdapter.cs (1)
115public virtual bool TryTest(
Internal\JObjectAdapter.cs (1)
87public virtual bool TryTest(
Internal\ListAdapter.cs (1)
159public virtual bool TryTest(
Internal\PocoAdapter.cs (1)
140public virtual bool TryTest(
1 reference to TryTest
Microsoft.AspNetCore.JsonPatch (1)
Adapters\ObjectAdapter.cs (1)
220if (!adapter.TryTest(target, parsedPath.LastSegment, ContractResolver, operation.value, out errorMessage))