1 write to _socketPath
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
93_socketPath = socketPath;
3 references to _socketPath
Aspire.Hosting.RemoteHost.Tests (3)
JsonRpcAuthenticationTests.cs (3)
129var stream = await ConnectToServerAsync(_socketPath, CancellationToken.None); 149if (!OperatingSystem.IsWindows() && File.Exists(_socketPath)) 151File.Delete(_socketPath);