2 references to GetDefineConstantsSwitch
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
215
commandLine.AppendSwitchUnquotedIfNotNull("/define:",
GetDefineConstantsSwitch
(DefineConstants, Log));
556
CheckHostObjectSupport(param = nameof(DefineConstants), cscHostObject.SetDefineConstants(
GetDefineConstantsSwitch
(DefineConstants, Log)));