1 write to Arguments
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
351Arguments = action.Arguments.Skip(1).ToList(),
2 references to Arguments
dotnet-MsiInstallation.Tests (2)
Framework\VMAction.cs (2)
347Arguments = Arguments == null ? null : string.Join(" ", Arguments),