5 references to ResolveGenericInstantiation
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (1)
40
return _typeSystemContext.
ResolveGenericInstantiation
(typeDefinition, new Instantiation(typeArguments));
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
1131
DefType typeBeingLoaded = context.
ResolveGenericInstantiation
(genericDef, genericArgs);
Internal\TypeSystem\RuntimeNoMetadataType.cs (2)
260
return Context.
ResolveGenericInstantiation
((DefType)openType, canonInstantiation);
296
return (clone == null) ? this : _genericTypeDefinitionAsDefType.Context.
ResolveGenericInstantiation
(_genericTypeDefinitionAsDefType, new Instantiation(clone));
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
211
returnedType =
ResolveGenericInstantiation
(typeDef, genericArgs);