8 references to ResolveGenericMethodInstantiation
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (1)
200
retVal = this._typeSystemContext.
ResolveGenericMethodInstantiation
(unboxingStub, asyncVariant, returnDroppingAsyncThunk, containingType, nameAndSignature, new Instantiation(typeArguments));
Internal\Runtime\TypeLoader\TypeBuilder.cs (2)
289
nonTemplateMethod = (InstantiatedMethod)method.Context.
ResolveGenericMethodInstantiation
(true, method.AsyncVariant, method.ReturnDroppingAsyncThunk, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);
852
InstantiatedMethod unboxTargetMethod = (InstantiatedMethod)method.Context.
ResolveGenericMethodInstantiation
(false, method.AsyncVariant, method.ReturnDroppingAsyncThunk, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
313
nonTemplateMethod = (InstantiatedMethod)method.Context.
ResolveGenericMethodInstantiation
(true, method.AsyncVariant, method.ReturnDroppingAsyncThunk, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
391
InstantiatedMethod methodBeingLoaded = (InstantiatedMethod)context.
ResolveGenericMethodInstantiation
(false, asyncVariant: false, returnDroppingAsyncThunk: false, declaringType, nameAndSignature, context.ResolveRuntimeTypeHandles(genericMethodArgHandles));
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (3)
135
InstantiatedMethod slotMethod = (InstantiatedMethod)context.
ResolveGenericMethodInstantiation
(
348
return (InstantiatedMethod)context.
ResolveGenericMethodInstantiation
(false, asyncVariant, returnDroppingAsyncThunk, interfaceImplType, targetMethodNameAndSignature, slotMethod.Instantiation);
545
return (InstantiatedMethod)context.
ResolveGenericMethodInstantiation
(false, asyncVariant, returnDroppingAsyncThunk, targetType, targetMethodNameAndSignature, slotMethod.Instantiation);