2 overrides of EnsureEntry
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (2)
206
public override void
EnsureEntry
(GenericLookupResult entry)
282
public override void
EnsureEntry
(GenericLookupResult entry)
2 references to EnsureEntry
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (2)
111
layout.
EnsureEntry
(_lookupSignature);
118
layout.
EnsureEntry
(factory.GenericLookup.TypeNonGCStaticBase((TypeDesc)_target));