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