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