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