1 write to _port
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
453
_port
= GetFreeTcpPort();
2 references to _port
Infrastructure.Tests (2)
PowerShellScripts\DownloadNativeArchivesTests.cs (2)
455
_listener.Prefixes.Add($"http://127.0.0.1:{
_port
}/");
458
public string CollectionUri => $"http://127.0.0.1:{
_port
}/";