Base:
property
CallingConvention
System.Reflection.MethodBase.CallingConvention
2 references to CallingConvention
mscorlib (2)
system\reflection\ConstructorInfo.cs (2)
225
((
CallingConvention
& CallingConventions.VarArgs) == CallingConventions.VarArgs) ||
584
CheckCanCreateInstance(DeclaringType, (
CallingConvention
& CallingConventions.VarArgs) == CallingConventions.VarArgs);