3 references to GetPrHiveCount
aspire (3)
Commands\AddCommand.cs (1)
105
var hasHives = ExecutionContext.
GetPrHiveCount
() > 0;
Commands\UpdateCommand.cs (1)
167
var hasHives = ExecutionContext.
GetPrHiveCount
() > 0;
Templating\DotNetTemplateFactory.cs (1)
561
var hasHives = executionContext.
GetPrHiveCount
() > 0;