1 implementation of GetMethodDictionary
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
724
public bool
GetMethodDictionary
(MethodNameAndSignature nameAndSignature, out IntPtr dictionary)
1 reference to GetMethodDictionary
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
876
return _lookupMethodInfo.
GetMethodDictionary
(new MethodNameAndSignature(ModuleList.Instance.GetMetadataReaderForModule(_moduleHandle), _methodHandle), out dictionaryComponent);