7 references to EmitDebugInformation
Microsoft.Build.Tasks.CodeAnalysis (7)
Csc.cs (2)
504
CheckHostObjectSupport(param = nameof(
EmitDebugInformation
), cscHostObject.SetEmitDebugInformation(
EmitDebugInformation
));
ManagedCompiler.cs (4)
177
set { _store[nameof(
EmitDebugInformation
)] = value; }
178
get { return _store.GetOrDefault(nameof(
EmitDebugInformation
), false); }
903
commandLine.AppendPlusOrMinusSwitch("/debug", _store, nameof(
EmitDebugInformation
));
1072
_store[nameof(
EmitDebugInformation
)] = false;
Vbc.cs (1)
836
CheckHostObjectSupport(param = nameof(DebugType), vbcHostObject.SetDebugType(
EmitDebugInformation
, DebugType));