Implemented interface member:
method
TryRemove
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Internal.IAdapter.TryRemove(System.Object, System.String, System.Text.Json.JsonSerializerOptions, out System.String)
3 references to TryRemove
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
Internal\DictionaryAdapterTest.cs (3)
223
var removeStatus = dictionaryAdapter.
TryRemove
(dictionary, nameKey, serializerOptions, out var message);
266
var removeStatus = dictionaryAdapter.
TryRemove
(dictionary, nameKey, serializerOptions, out var message);
285
var removeStatus = dictionaryAdapter.
TryRemove
(dictionary, uriKey.ToString(), serializerOptions, out var message);