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)
55
public string[] GetArguments() { return
_arguments
; }