4 references to Type
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (4)
38foreach (MethodDesc method in Type.GetAllMethods()) 45context.DetectGenericCycles(Type, method); 46dependencies.Add(context.CompiledMethodNode(method), $"Method on type {Type.ToString()}"); 57protected override string GetName(NodeFactory factory) => $"All methods on type {Type.ToString()}";