4 references to ExplicitThis
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Method.cs (1)
247
if ((signature.Flags & Cts.MethodSignatureFlags.
ExplicitThis
) != 0)
ILCompiler.ReadyToRun (1)
IL\Stubs\InstanceCalliHelperIntrinsics.cs (1)
52
builder.Flags = (sig.Flags | MethodSignatureFlags.
ExplicitThis
) & ~MethodSignatureFlags.Static;
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (1)
144
return (_flags & MethodSignatureFlags.
ExplicitThis
) != 0;
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
423
flags |= MethodSignatureFlags.
ExplicitThis
;