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