2 references to ContainsKey
dotnet-user-secrets (1)
Internal\RemoveCommand.cs (1)
36
if (!context.SecretStore.
ContainsKey
(_keyName))
Microsoft.Extensions.SecretManager.Tools.Tests (1)
SetCommandTest.cs (1)
69
Assert.True(secretStore.
ContainsKey
("Key1:nested"));