2 references to Remove
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
723public bool Remove(TKey key) => Remove(key, out _);
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
114bool success = Dictionary.Remove(propertyName, out JsonNode? removedNode);