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)
129
var stream = await ConnectToServerAsync(
_socketPath
, CancellationToken.None);
149
if (!OperatingSystem.IsWindows() && File.Exists(
_socketPath
))
151
File.Delete(
_socketPath
);