3 writes to OutputAssembly
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
92
axImp.
OutputAssembly
= Path.Combine(OutputDirectory, GetWrapperFileName());
Microsoft.Build.Tasks.UnitTests (2)
AxImp_Tests.cs (2)
99
t.
OutputAssembly
= testParameterValue;
122
t.
OutputAssembly
= testParameterValue;
7 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
);
Microsoft.Build.Tasks.UnitTests (4)
AxImp_Tests.cs (4)
93
Assert.Null(t.
OutputAssembly
); // "OutputAssembly should be null by default"
100
Assert.Equal(testParameterValue, t.
OutputAssembly
); // "New OutputAssembly value should be set"
116
Assert.Null(t.
OutputAssembly
); // "OutputAssembly should be null by default"
123
Assert.Equal(testParameterValue, t.
OutputAssembly
); // "New OutputAssembly value should be set"