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