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