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)
67const byte Mask = (byte)(CallingConventions.HasThis | CallingConventions.ExplicitThis); 155const 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)
804callingConvention.HasFlag(CallingConventions.HasThis) || callingConvention.HasFlag(CallingConventions.ExplicitThis) ? true : false; 816const byte Mask = (byte)(CallingConventions.HasThis | CallingConventions.ExplicitThis);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
64result |= CallingConventions.ExplicitThis;