1 write to Debug
ilasm (1)
Program.cs (1)
160options.Debug = Get(_command.Debug);
2 references to Debug
ILAssembler (2)
GrammarVisitor.cs (2)
333bool generatePdb = hasDebugInfo || _options.Debug || _options.Pdb; 610if (_options.Debug || _options.DebugMode is not null)