9 references to DetectGenericCycles
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
45
context.
DetectGenericCycles
(Type, method);
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
54
factory.
DetectGenericCycles
(_method.Method, canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
68
factory.
DetectGenericCycles
(_method.Method, canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
246
factory.
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);