2 overrides of HasStaticInvokeThunk
ILCompiler.Compiler (2)
Compiler\DynamicInvokeThunkGenerationPolicy.cs (2)
28public override bool HasStaticInvokeThunk(MethodDesc targetMethod) => false; 36public override bool HasStaticInvokeThunk(MethodDesc targetMethod) => true;
1 reference to HasStaticInvokeThunk
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
669return _dynamicInvokeThunkGenerationPolicy.HasStaticInvokeThunk(method);