2 overrides of Load
Microsoft.Extensions.SecretManager.Tools.Tests (2)
ListCommandTest.cs (1)
156protected override IDictionary<string, string> Load(string userSecretsId)
SetCommandTest.cs (1)
94protected override IDictionary<string, string> Load(string userSecretsId)
1 reference to Load
dotnet-user-secrets (1)
Internal\SecretsStore.cs (1)
42_secrets = Load(userSecretsId);