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