2 references to Paste
Microsoft.DotNet.RemoteExecutor (2)
RemoteExecutor.cs (2)
457
string metadataArgs = PasteArguments.
Paste
(new string[] { a.FullName, t.FullName, method.Name, options.ExceptionFile }, pasteFirstArgumentUsingArgV0Rules: false);
458
string passedArgs = pasteArguments ? PasteArguments.
Paste
(args, pasteFirstArgumentUsingArgV0Rules: false) : string.Join(" ", args);