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)
209
factory.TypeSystemContext.
DetectGenericCycles
(dictionary.Context, instantiatedType);
267
factory.TypeSystemContext.
DetectGenericCycles
(dictionary.Context, instantiatedType);
325
factory.TypeSystemContext.
DetectGenericCycles
(dictionary.Context, instantiatedType);
452
factory.TypeSystemContext.
DetectGenericCycles
(dictionary.Context, instantiatedMethod);
562
factory.TypeSystemContext.
DetectGenericCycles
(dictionary.Context, instantiatedMethod);
638
factory.TypeSystemContext.
DetectGenericCycles
(dictionary.Context, instantiatedMethod);
734
factory.TypeSystemContext.
DetectGenericCycles
(context.Context, instantiatedMethod);
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
101
factory.TypeSystemContext.
DetectGenericCycles
(type, referent);