2 writes to OutputRefAssembly
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (1)
362
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)
ManagedCompiler.cs (3)
278
set { _store[nameof(
OutputRefAssembly
)] = value; }
279
get { return (ITaskItem?)_store[nameof(
OutputRefAssembly
)]; }
891
commandLine.AppendSwitchIfNotNull("/refout:",
OutputRefAssembly
);