5 writes to ScriptArguments
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (5)
CsiTests.cs (5)
56csi.ScriptArguments = new[] { "-Arg1", "-Arg2" }; 65csi.ScriptArguments = new[] { @"C:\Some Path\Some File.ini", @"C:\Some Path\Some Other File.bak" }; 74csi.ScriptArguments = new[] { @"""C:\Some Path\Some File.ini""", @"""C:\Some Path\Some Other File.bak""" }; 83csi.ScriptArguments = null; 92csi.ScriptArguments = new string[0];
4 references to ScriptArguments
Microsoft.Build.Tasks.CodeAnalysis (4)
InteractiveCompiler.cs (4)
136_store[nameof(ScriptArguments)] = value; 141return (string[]?)_store[nameof(ScriptArguments)]; 218if (ScriptArguments != null) 220foreach (var scriptArgument in ScriptArguments)