3 references to PinvokeImpl
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
23public bool IsPinvokeImpl => (Attributes & FieldAttributes.PinvokeImpl) != 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (2)
508if (((criteria & FieldAttributes.PinvokeImpl) != 0) && (attr & FieldAttributes.PinvokeImpl) == 0)