1 write to File
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
75
options.
File
= optionFile.Value();
4 references to File
dotnet-user-secrets (4)
CommandLineOptions.cs (3)
77
if (options.
File
!= null && options.Project != null)
82
if (options.
File
is not null && !string.Equals(Path.GetExtension(options.
File
), ".cs", StringComparison.OrdinalIgnoreCase))
Program.cs (1)
109
return resolver.Resolve(options.Project ?? options.
File
, options.Configuration);