2 writes to OutputRefAssembly
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (1)
359
csc.
OutputRefAssembly
= MSBuildUtil.CreateTaskItem("ref\\test.dll");
VbcTests.cs (1)
343
vbc.
OutputRefAssembly
= MSBuildUtil.CreateTaskItem("ref\\test.dll");
3 references to OutputRefAssembly
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
278
set { _store[nameof(
OutputRefAssembly
)] = value; }
279
get { return (ITaskItem?)_store[nameof(
OutputRefAssembly
)]; }
898
commandLine.AppendSwitchIfNotNull("/refout:",
OutputRefAssembly
);