2 references to DefaultGenericCycleDepthCutoff
ilc (1)
ILCompilerRootCommand.cs (1)
174
new("--maxgenericcycle") { DefaultValueFactory = _ => CompilerTypeSystemContext.
DefaultGenericCycleDepthCutoff
, Description = "Max depth of generic cycle" };
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.Aot.cs (1)
50
int genericCycleDepthCutoff =
DefaultGenericCycleDepthCutoff
,