1 type derived from RemoteFile
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
520class VMRemoteFile : RemoteFile
4 references to RemoteFile
dotnet-MsiInstallation.Tests (4)
Framework\RemoteFile.cs (2)
28RemoteFile _file; 30public Assertions(RemoteFile file)
Framework\VirtualMachine.cs (1)
249public RemoteFile GetRemoteFile(string path, bool mustExist = false)
WorkloadSetTestsBase.cs (1)
29var versionsFile = VM.GetRemoteFile(remoteFilePath, mustExist: true);