3 references to CallingConvention
System.Private.CoreLib (3)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
198
public override CallingConventions CallingConvention => Signature.
CallingConvention
;
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
269
public override CallingConventions CallingConvention => Signature.
CallingConvention
;
src\System\Reflection\RuntimePropertyInfo.cs (1)
128
MethodBase.AppendParameters(ref sbName, arguments, Signature.
CallingConvention
);