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