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