7 references to EmitDebugInformation
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
553
CheckHostObjectSupport(param = nameof(
EmitDebugInformation
), cscHostObject.SetEmitDebugInformation(
EmitDebugInformation
));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (4)
177
set { _store[nameof(
EmitDebugInformation
)] = value; }
178
get { return _store.GetOrDefault(nameof(
EmitDebugInformation
), false); }
880
commandLine.AppendPlusOrMinusSwitch("/debug", _store, nameof(
EmitDebugInformation
));
1051
_store[nameof(
EmitDebugInformation
)] = false;
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
835
CheckHostObjectSupport(param = nameof(DebugType), vbcHostObject.SetDebugType(
EmitDebugInformation
, DebugType));