2 references to TryGetGenericMethodComponents
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
698
bool success = TypeLoaderEnvironment.Instance.
TryGetGenericMethodComponents
(instantiationArgument, out declaringTypeHandle, out nameAndSig, out genericMethodTypeArgumentHandles, out bool isAsyncVariant);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
27
return TypeLoaderEnvironment.Instance.
TryGetGenericMethodComponents
(dictionary, out owningType, out _, out _, out _);