3 writes to OutputAssembly
Microsoft.Build.Tasks.Core (1)
TlbReference.cs (1)
163
OutputAssembly
= wrapperPath,
Microsoft.Build.Tasks.UnitTests (2)
TlbImp_Tests.cs (2)
166
t.
OutputAssembly
= testParameterValue;
189
t.
OutputAssembly
= testParameterValue;
7 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
);
Microsoft.Build.Tasks.UnitTests (4)
TlbImp_Tests.cs (4)
160
Assert.Null(t.
OutputAssembly
); // "OutputAssembly should be null by default"
167
Assert.Equal(testParameterValue, t.
OutputAssembly
); // "New OutputAssembly value should be set"
183
Assert.Null(t.
OutputAssembly
); // "OutputAssembly should be null by default"
190
Assert.Equal(testParameterValue, t.
OutputAssembly
); // "New OutputAssembly value should be set"