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)
147
var replaceStatus = dictionaryAdapter.
TryReplace
(dictionary, nameKey, serializerOptions, "James", out var message);
167
var replaceStatus = dictionaryAdapter.
TryReplace
(dictionary, guidKey.ToString(), serializerOptions, "James", out var message);
187
var replaceStatus = dictionaryAdapter.
TryReplace
(dictionary, guidKey.ToString(), serializerOptions, "test", out var message);
205
var replaceStatus = dictionaryAdapter.
TryReplace
(dictionary, nameKey, serializerOptions, "Mike", out var message);
246
var replaceStatus = dictionaryAdapter.
TryReplace
(dictionary, nameKey, serializerOptions, "James", out var message);