10 references to DetectGenericCycles
ILCompiler.Compiler (10)
Compiler\Compilation.cs (2)
94_nodeFactory.TypeSystemContext.DetectGenericCycles(caller, callee); 377_nodeFactory.TypeSystemContext.DetectGenericCycles(contextMethod, typeSystemEntity);
Compiler\DependencyAnalysis\GenericLookupResult.cs (7)
209factory.TypeSystemContext.DetectGenericCycles(dictionary.Context, instantiatedType); 267factory.TypeSystemContext.DetectGenericCycles(dictionary.Context, instantiatedType); 325factory.TypeSystemContext.DetectGenericCycles(dictionary.Context, instantiatedType); 452factory.TypeSystemContext.DetectGenericCycles(dictionary.Context, instantiatedMethod); 562factory.TypeSystemContext.DetectGenericCycles(dictionary.Context, instantiatedMethod); 638factory.TypeSystemContext.DetectGenericCycles(dictionary.Context, instantiatedMethod); 734factory.TypeSystemContext.DetectGenericCycles(context.Context, instantiatedMethod);
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
101factory.TypeSystemContext.DetectGenericCycles(type, referent);