2 references to SetValue
System.Text.Json (2)
System\Text\Json\JsonPropertyDictionary.cs (1)
208SetValue(propertyName, value, out bool _);
System\Text\Json\Nodes\JsonObject.cs (1)
231JsonNode? replacedValue = Dictionary.SetValue(propertyName, value, out bool valueAlreadyInDictionary);