Implemented interface member:
property
OutputAssembly
Microsoft.Build.Tasks.IALTaskContract.OutputAssembly
4 references to OutputAssembly
Microsoft.Build.Tasks.Core (4)
Al.cs (4)
170set => Bag[nameof(OutputAssembly)] = value; 171get => (ITaskItem)Bag[nameof(OutputAssembly)]; 347commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly?.ItemSpec); 389OutputAssembly?.SetMetadata("Culture", Culture);