1 override of TryGetOwningTypeForMethodDictionary
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
24public override bool TryGetOwningTypeForMethodDictionary(IntPtr dictionary, out RuntimeTypeHandle owningType)
1 reference to TryGetOwningTypeForMethodDictionary
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\SharedCodeHelpers.cs (1)
31bool success = RuntimeAugments.TypeLoaderCallbacks.TryGetOwningTypeForMethodDictionary(pDictionary, out RuntimeTypeHandle th);