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