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