1 write to OutputFileName
ilasm (1)
Program.cs (1)
164options.OutputFileName = Path.GetFileName(outputPath);
2 references to OutputFileName
ILAssembler (2)
GrammarVisitor.cs (2)
139if (_entityRegistry.Module.Name is null && _options.OutputFileName is not null) 141_entityRegistry.Module.Name = _options.OutputFileName;