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