8 references to MethodGenericDictionary
ILCompiler.Compiler (7)
Compiler\Compilation.cs (1)
349
return NodeFactory.
MethodGenericDictionary
((MethodDesc)targetOfLookup);
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (1)
81
contextParameter = factory.
MethodGenericDictionary
(Method);
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
565
return factory.
MethodGenericDictionary
(instantiatedMethod);
720
(GenericDictionaryNode)factory.
MethodGenericDictionary
((MethodDesc)contextOwner);
Compiler\DependencyAnalysis\GenericMethodsHashtableNode.cs (1)
83
var dictionaryNode = factory.
MethodGenericDictionary
(method);
Compiler\RootingServiceProvider.cs (1)
40
_rootAdder(_factory.
MethodGenericDictionary
(method), reason);
IL\ILImporter.Scanner.cs (1)
850
instParam = _compilation.NodeFactory.
MethodGenericDictionary
(concreteMethod);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1534
instParam = _compilation.NodeFactory.
MethodGenericDictionary
(concreteMethod);