1 write to OutputAssembly
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
92
axImp.
OutputAssembly
= Path.Combine(OutputDirectory, GetWrapperFileName());
3 references to OutputAssembly
Microsoft.Build.Tasks.Core (3)
AxImp.cs (3)
80
get => (string)Bag[nameof(
OutputAssembly
)];
81
set => Bag[nameof(
OutputAssembly
)] = value;
132
commandLine.AppendSwitchIfNotNull("/out:",
OutputAssembly
);