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)
845return _lookupMethodInfo.CanInstantiationsShareCode(_methodInstantiation, CanonicalFormKind.Specific); 872return _lookupMethodInfo.GetTypeDictionary(out dictionaryComponent); 876return _lookupMethodInfo.GetMethodDictionary(new MethodNameAndSignature(ModuleList.Instance.GetMetadataReaderForModule(_moduleHandle), _methodHandle), out dictionaryComponent); 883if (_lookupMethodInfo.IsUninterestingDictionaryComponent(dictionaryComponent)) 886methodEntrypoint = _lookupMethodInfo.ProduceFatFunctionPointerMethodEntryPoint(_methodEntrypoint, dictionaryComponent);