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