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