5 references to EmitDebugInformation
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (4)
177set { _store[nameof(EmitDebugInformation)] = value; } 178get { return _store.GetOrDefault(nameof(EmitDebugInformation), false); } 873commandLine.AppendPlusOrMinusSwitch("/debug", _store, nameof(EmitDebugInformation)); 1044_store[nameof(EmitDebugInformation)] = false;
Vbc.cs (1)
835CheckHostObjectSupport(param = nameof(DebugType), vbcHostObject.SetDebugType(EmitDebugInformation, DebugType));