1 write to AssemblyName
ilasm (1)
Program.cs (1)
165
options.
AssemblyName
= Get(_command.AssemblyName);
1 reference to AssemblyName
ILAssembler (1)
GrammarVisitor.cs (1)
594
string assemblyName = _options.
AssemblyName
?? VisitDottedName(context.dottedName()).Value;