1 write to _arguments
Microsoft.Build.Tasks.Core (1)
ManifestUtil\OutputMessage.cs (1)
47_arguments = arguments ?? throw new ArgumentNullException(nameof(arguments));
1 reference to _arguments
Microsoft.Build.Tasks.Core (1)
ManifestUtil\OutputMessage.cs (1)
55public string[] GetArguments() { return _arguments; }