5 references to ExplicitThis
Mono.Cecil (1)
Mono.Cecil\Import.cs (1)
399
ExplicitThis = HasCallingConvention (method, SR.CallingConventions.
ExplicitThis
),
System.Reflection.Emit (3)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
705
(callingConvention & CallingConventions.
ExplicitThis
) == 0)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
805
callingConvention.HasFlag(CallingConventions.HasThis) || callingConvention.HasFlag(CallingConventions.
ExplicitThis
) ? true : false;
817
const byte Mask = (byte)(CallingConventions.HasThis | CallingConventions.
ExplicitThis
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
64
result |= CallingConventions.
ExplicitThis
;