Implemented interface member:
method
TryTest
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Internal.IAdapter.TryTest(System.Object, System.String, System.Text.Json.JsonSerializerOptions, System.Object, out System.String)
2 references to TryTest
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
Internal\DictionaryAdapterTest.cs (2)
310
var testStatus = dictionaryAdapter.
TryTest
(dictionary, key, serializerOptions, value, out var message);
329
var testStatus = dictionaryAdapter.
TryTest
(dictionary, key, serializerOptions, "John", out var errorMessage);