2 references to TryRemoveProperty
System.Text.Json (2)
System\Text\Json\JsonPropertyDictionary.cs (1)
123return TryRemoveProperty(propertyName, out _);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
101bool success = Dictionary.TryRemoveProperty(propertyName, out JsonNode? removedNode);