1 write to Debug
ilasm (1)
Program.cs (1)
155
options.
Debug
= Get(_command.Debug);
2 references to Debug
ILAssembler (2)
GrammarVisitor.cs (2)
147
if (_entityRegistry.Assembly is not null && (_options.
Debug
|| _options.DebugMode is not null))
365
bool generatePdb = hasDebugInfo || _options.
Debug
|| _options.Pdb;