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