10 references to MethodInfo
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (2)
184public IEnumerable<MethodInfo> EnumerateMethods() 189MethodInfo methodInfo = default;
ILCompiler.Diagnostics (6)
PdbWriter.cs (4)
115public void WritePDBData(string dllPath, IEnumerable<MethodInfo> methods) 162private void WritePDBDataHelper(string dllPath, IEnumerable<MethodInfo> methods) 248foreach (var method in methods) 254void WriteMethodPDBData(ushort iCodeSection, MethodInfo method, string assemblyName, uint textSectionOffset, bool isILPDBProvided)
PerfMapWriter.cs (2)
30public static void Write(string perfMapFileName, int perfMapFormatVersion, IEnumerable<MethodInfo> methods, IEnumerable<AssemblyInfo> inputAssemblies, TargetDetails details) 44foreach (MethodInfo methodInfo in methods)
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (2)
184public IEnumerable<MethodInfo> EnumerateMethods() 189MethodInfo methodInfo = default;