2 references to IsPlaygroundMode
aspire (2)
Program.cs (1)
233var isPlayground = CliHostEnvironment.IsPlaygroundMode(configuration);
Utils\CliHostEnvironment.cs (1)
71var playgroundMode = IsPlaygroundMode(configuration);