8 references to ExplicitThis
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
207
(callingConvention & CallingConventions.
ExplicitThis
) == 0)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
550
(callingConvention & CallingConventions.
ExplicitThis
) == 0)
src\System\Reflection\Emit\SignatureHelper.cs (2)
67
const byte Mask = (byte)(CallingConventions.HasThis | CallingConventions.
ExplicitThis
);
155
const byte Mask = (byte)(CallingConventions.HasThis | CallingConventions.
ExplicitThis
);
System.Reflection.Emit (3)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
705
(callingConvention & CallingConventions.
ExplicitThis
) == 0)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
804
callingConvention.HasFlag(CallingConventions.HasThis) || callingConvention.HasFlag(CallingConventions.
ExplicitThis
) ? true : false;
816
const byte Mask = (byte)(CallingConventions.HasThis | CallingConventions.
ExplicitThis
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
64
result |= CallingConventions.
ExplicitThis
;