1 implementation of IsEmpty
aspire (1)
Templating\CallbackTemplate.cs (1)
25public bool IsEmpty => isEmpty;
3 references to IsEmpty
aspire (2)
Commands\NewCommand.cs (2)
275var aIsEmpty = a.IsEmpty; 276var bIsEmpty = b.IsEmpty;
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
981.Where(t => t.IsEmpty)