2 references to DefaultGenericCycleBreadthCutoff
ilc (1)
ILCompilerRootCommand.cs (1)
176new("--maxgenericcyclebreadth") { DefaultValueFactory = _ => CompilerTypeSystemContext.DefaultGenericCycleBreadthCutoff, Description = "Max breadth of generic cycle expansion" };
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.Aot.cs (1)
51int genericCycleBreadthCutoff = DefaultGenericCycleBreadthCutoff)