3 implementations of Id
Aspire.Hosting (2)
ApplicationModel\Hex1bAspireTerminal.cs (1)
63
public string
Id
{ get; }
ApplicationModel\ResourceAspireTerminal.cs (1)
68
public string
Id
{ get; }
Aspire.Hosting.Tests (1)
Utils\TestTerminalBackend.cs (1)
10
public string
Id
{ get; } = id;
2 references to Id
Aspire.Hosting (1)
ApplicationModel\AspireTerminal.cs (1)
43
public string Id => Backend.
Id
;
Aspire.Hosting.Tests (1)
Utils\TestTerminalBackend.cs (1)
27
public override bool Equals(object? obj) => obj is ITerminalBackend other && string.Equals(Id, other.
Id
, StringComparison.Ordinal);