Implemented interface member:
method
GetGenericInstantiation
System.Reflection.Metadata.IConstructedTypeProvider<TType>.GetGenericInstantiation(TType, System.Collections.Immutable.ImmutableArray<TType>)
1 reference to GetGenericInstantiation
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
49
return _typeProvider.
GetGenericInstantiation
(genericType, filteredTypeArguments);