2 types derived from SpecializableILStubMethod
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
16
public abstract partial class DelegateThunk :
SpecializableILStubMethod
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (1)
21
public sealed partial class GetFieldHelperMethodOverride :
SpecializableILStubMethod
1 reference to SpecializableILStubMethod
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
335
if (typicalMethod is
SpecializableILStubMethod
specializableMethod)