Implemented interface member:
method
TryGet
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Internal.IAdapter.TryGet(System.Object, System.String, System.Text.Json.JsonSerializerOptions, out System.Object, out System.String)
3 references to TryGet
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
Internal\DictionaryAdapterTest.cs (3)
74
var getStatus = dictionaryAdapter.
TryGet
(dictionary, guidKey.ToString(), serializerOptions, out var outValue, out message);
101
var getStatus = dictionaryAdapter.
TryGet
(dictionary, nameKey.ToUpperInvariant(), serializerOptions, out var outValue, out message);
128
addStatus = dictionaryAdapter.
TryGet
(dictionary, nameKey, serializerOptions, out var outValue, out message);