2 writes to AssemblyName
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
193methodInfo.AssemblyName = ecmaMethod.Module.Assembly.GetName().Name;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
193methodInfo.AssemblyName = ecmaMethod.Module.Assembly.GetName().Name;
2 references to AssemblyName
ILCompiler.Diagnostics (2)
PdbWriter.cs (2)
256string nameSuffix = $"{method.Name}$#{(assemblyName != method.AssemblyName ? method.AssemblyName : String.Empty)}#{method.MethodToken.ToString("X")}";