1 instantiation of Program
dotnet-user-jwts (1)
Program.cs (1)
25
new
Program
(PhysicalConsole.Singleton).Run(args);
3 references to Program
dotnet-user-jwts (3)
Commands\CreateCommand.cs (2)
23
public static void Register(ProjectCommandLineApplication app,
Program
program)
244
Program
program)
Helpers\JwtStore.cs (1)
15
public JwtStore(string userSecretsId,
Program
program = null)