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