2 references to ReplicaIdLength
Aspire.Hosting (1)
src\Shared\TerminalHost\TerminalHostPaths.cs (1)
158if (candidate.Length != ReplicaIdLength)
Aspire.Hosting.Tests (1)
TerminalHostPathsTests.cs (1)
17Assert.Equal(TerminalHostPaths.ReplicaIdLength, id.Length);