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