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