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