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