1 write to File
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
73options.File = optionFile.Value();
2 references to File
dotnet-user-secrets (2)
CommandLineOptions.cs (1)
75if (options.File != null && options.Project != null)
Program.cs (1)
109return resolver.Resolve(options.Project ?? options.File, options.Configuration);