2 writes to Name
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
195methodInfo.Name = FormatMethodName(symbolMethodPair.Value.Method, typeNameFormatter);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
195methodInfo.Name = FormatMethodName(symbolMethodPair.Value.Method, typeNameFormatter);
3 references to Name
ILCompiler.Diagnostics (3)
PdbWriter.cs (1)
256string nameSuffix = $"{method.Name}$#{(assemblyName != method.AssemblyName ? method.AssemblyName : String.Empty)}#{method.MethodToken.ToString("X")}";
PerfMapWriter.cs (2)
48perfMapWriter.WriteLine(methodInfo.Name, methodInfo.HotRVA, methodInfo.HotLength); 52perfMapWriter.WriteLine(methodInfo.Name, methodInfo.ColdRVA, methodInfo.ColdLength);