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