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