1 write to _lookupMethodInfo
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
780
_lookupMethodInfo
= lookupMethodInfo;
5 references to _lookupMethodInfo
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (5)
845
return
_lookupMethodInfo
.CanInstantiationsShareCode(_methodInstantiation, CanonicalFormKind.Specific);
872
return
_lookupMethodInfo
.GetTypeDictionary(out dictionaryComponent);
876
return
_lookupMethodInfo
.GetMethodDictionary(new MethodNameAndSignature(ModuleList.Instance.GetMetadataReaderForModule(_moduleHandle), _methodHandle), out dictionaryComponent);
883
if (
_lookupMethodInfo
.IsUninterestingDictionaryComponent(dictionaryComponent))
886
methodEntrypoint =
_lookupMethodInfo
.ProduceFatFunctionPointerMethodEntryPoint(_methodEntrypoint, dictionaryComponent);