4 references to UnresolvedCommand
Aspire.Hosting (3)
ApplicationModel\TerminalHostResource.cs (1)
28: base(name, UnresolvedCommand, string.Empty)
Lifecycle\TerminalHostEventingSubscriber.cs (2)
17/// they each carry a placeholder <see cref="TerminalHostResource.UnresolvedCommand"/> because 66if (annotation.Command != TerminalHostResource.UnresolvedCommand)
Aspire.Hosting.Tests (1)
WithTerminalTests.cs (1)
1253Assert.Equal(TerminalHostResource.UnresolvedCommand, host.Command);