2 overrides of TypeInstantiation
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (2)
105public override Instantiation TypeInstantiation => _owningType.Instantiation; 194public override Instantiation TypeInstantiation => _owningMethod.OwningType.Instantiation;
1 reference to TypeInstantiation
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
122var context = new GenericLookupResultContext(dictionary.OwningEntity, dictionary.TypeInstantiation, dictionary.MethodInstantiation);