3 writes to SourcePath
dotnet-MsiInstallation.Tests (3)
Framework\VMAction.cs (3)
94SourcePath = LocalSource, 116SourcePath = LocalSource, 137SourcePath = SourcePath,
8 references to SourcePath
dotnet-MsiInstallation.Tests (8)
Framework\VirtualMachine.cs (2)
365var result = new RunExeCommand(Log, "robocopy", action.SourcePath, targetSharePath, "/mir") 373var sourceSharePath = VMPathToSharePath(action.SourcePath);
Framework\VMAction.cs (6)
242return $"Copy file to VM: {SourcePath} -> {TargetPath}"; 244return $"Copy folder to VM: {SourcePath} -> {TargetPath}"; 246return $"Move folder {SourcePath} -> {TargetPath}"; 286SourcePath == action.SourcePath && 308hashcode.Add(SourcePath);