1 write to OutputAssembly
Microsoft.Build.Tasks.Core (1)
TlbReference.cs (1)
164
OutputAssembly
= wrapperPath,
3 references to OutputAssembly
Microsoft.Build.Tasks.Core (3)
TlbImp.cs (3)
164
get => (string)Bag[nameof(
OutputAssembly
)];
165
set => Bag[nameof(
OutputAssembly
)] = value;
247
commandLine.AppendSwitchIfNotNull("/out:",
OutputAssembly
);