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