6 references to AdditionalLibPaths
Microsoft.Build.Tasks.CodeAnalysis (6)
Csc.cs (1)
202
commandLine.AppendSwitchIfNotNull("/lib:",
AdditionalLibPaths
, ",");
ManagedCompiler.cs (2)
71
set { _store[nameof(
AdditionalLibPaths
)] = value; }
72
get { return (string[]?)_store[nameof(
AdditionalLibPaths
)]; }
Vbc.cs (3)
388
commandLine.AppendSwitchIfNotNull("/libpath:", this.
AdditionalLibPaths
, ",");
814
CheckHostObjectSupport(param = nameof(
AdditionalLibPaths
), vbcHostObject.SetAdditionalLibPaths(
AdditionalLibPaths
));