1 write to _keyName
dotnet-user-secrets (1)
Internal\RemoveCommand.cs (1)
31_keyName = keyName;
3 references to _keyName
dotnet-user-secrets (3)
Internal\RemoveCommand.cs (3)
36if (!context.SecretStore.ContainsKey(_keyName)) 38context.Reporter.Warn(Resources.FormatError_Missing_Secret(_keyName)); 42context.SecretStore.Remove(_keyName);