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