4 implementations of TryGet
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\DictionaryAdapterOfTU.cs (1)
39
public virtual bool
TryGet
(
Internal\JsonObjectAdapter.cs (1)
28
public virtual bool
TryGet
(
Internal\ListAdapter.cs (1)
46
public virtual bool
TryGet
(object target, string segment, JsonSerializerOptions serializerOptions, out object value, out string errorMessage)
Internal\PocoAdapter.cs (1)
46
public virtual bool
TryGet
(
1 reference to TryGet
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\ObjectAdapter.cs (1)
247
if (!adapter.
TryGet
(target, parsedPath.LastSegment, SerializerOptions, out propertyValue, out errorMessage))