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