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