2 references to UnmanagedCallingConventionMask
System.Private.CoreLib (2)
System\Reflection\ModifiedType.NativeAot.cs (1)
88& Internal.Metadata.NativeFormat.SignatureCallingConvention.UnmanagedCallingConventionMask);
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
117bool isUnmanaged = (methodSig.CallingConvention & Internal.Metadata.NativeFormat.SignatureCallingConvention.UnmanagedCallingConventionMask) != 0;