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)
36
if (!context.SecretStore.ContainsKey(
_keyName
))
38
context.Reporter.Warn(Resources.FormatError_Missing_Secret(
_keyName
));
42
context.SecretStore.Remove(
_keyName
);