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