Implemented interface member:
method
TryReplace
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Internal.IAdapter.TryReplace(System.Object, System.String, System.Text.Json.JsonSerializerOptions, System.Object, out System.String)
5 references to TryReplace
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (5)
Internal\DictionaryAdapterTest.cs (5)
147var replaceStatus = dictionaryAdapter.TryReplace(dictionary, nameKey, serializerOptions, "James", out var message); 167var replaceStatus = dictionaryAdapter.TryReplace(dictionary, guidKey.ToString(), serializerOptions, "James", out var message); 187var replaceStatus = dictionaryAdapter.TryReplace(dictionary, guidKey.ToString(), serializerOptions, "test", out var message); 205var replaceStatus = dictionaryAdapter.TryReplace(dictionary, nameKey, serializerOptions, "Mike", out var message); 246var replaceStatus = dictionaryAdapter.TryReplace(dictionary, nameKey, serializerOptions, "James", out var message);