1 write to _genericCycleDetector
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
281_genericCycleDetector = new LazyGenericsSupport.GenericCycleDetector(
3 references to _genericCycleDetector
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
1293_genericCycleDetector?.DetectCycle(caller, callee); 1298if (_genericCycleDetector is null) 1302return _genericCycleDetector.CanBeInCycle(methodDefinition);