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