1 implementation of IsEmpty
aspire (1)
Templating\CallbackTemplate.cs (1)
22public bool IsEmpty => isEmpty;
2 references to IsEmpty
aspire (2)
Commands\NewCommand.cs (2)
124var aIsEmpty = a.IsEmpty; 125var bIsEmpty = b.IsEmpty;