2 references to GenericLookupResultContext
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
122
var context = new
GenericLookupResultContext
(dictionary.OwningEntity, dictionary.TypeInstantiation, dictionary.MethodInstantiation);
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (1)
132
var lookupContext = new
GenericLookupResultContext
(_dictionaryOwner, typeInstantiation, methodInstantiation);