Implemented interface member:
method
TryGet
Microsoft.AspNetCore.JsonPatch.Internal.IAdapter.TryGet(System.Object, System.String, Newtonsoft.Json.Serialization.IContractResolver, out System.Object, out System.String)
3 references to TryGet
Microsoft.AspNetCore.JsonPatch.Tests (3)
Internal\DictionaryAdapterTest.cs (3)
77var getStatus = dictionaryAdapter.TryGet(dictionary, guidKey.ToString(), resolver, out var outValue, out message); 104var getStatus = dictionaryAdapter.TryGet(dictionary, nameKey.ToUpperInvariant(), resolver, out var outValue, out message); 131addStatus = dictionaryAdapter.TryGet(dictionary, nameKey, resolver, out var outValue, out message);