Implemented interface member:
2 references to Remove
dotnet-user-jwts (1)
Helpers\JwtAuthenticationSchemeSettings.cs (1)
73schemes.Remove(name);
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
155bool ICollection<KeyValuePair<string, JsonNode?>>.Remove(KeyValuePair<string, JsonNode?> item) => Remove(item.Key);