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