9 references to DetectGenericCycles
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
45context.DetectGenericCycles(Type, method);
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
54factory.DetectGenericCycles(_method.Method, canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
68factory.DetectGenericCycles(_method.Method, canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
246factory.DetectGenericCycles(type, method);
Compiler\ReadyToRunCodegenCompilation.cs (1)
113_nodeFactory.DetectGenericCycles(caller, callee);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2541_compilation.NodeFactory.DetectGenericCycles(callerMethod, methodToCall); 2782_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, constrainedType); 2808_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, sharedMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
559_compilation.NodeFactory.DetectGenericCycles(_methodCodeNode.Method, methodNode.Method);