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